From 4ae8866100563204d40435c5aba00374aa5a8ed3 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 2 Jun 2026 01:46:11 +0000 Subject: [PATCH] fix: use nonexistent image for install/upgrade RED canary --- compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index a9a8909..43c0ace 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: joseluisq/static-web-server:2.38.0 + image: joseluisq/static-web-server:nonexistent-cc-ci-canary-bad command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"] networks: - proxy @@ -29,4 +29,3 @@ volumes: networks: proxy: external: true -