From 526502bad251efe30cd125563166bdd4909954b4 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Thu, 11 Jun 2026 22:37:06 +0000 Subject: [PATCH] chore: upgrade to 1.2.0+2.43.0 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 47ebfab..5987764 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: joseluisq/static-web-server:2.42.0 + image: joseluisq/static-web-server:2.43.0 command: ["-a", "0.0.0.0", "-p", "80", "-g", "warn", "-d", "/var/www/http/$HTTP_SUBDIR"] networks: - proxy @@ -17,7 +17,7 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" # Redirect from EXTRA_DOMAINS to DOMAIN - - "coop-cloud.${STACK_NAME}.version=1.1.0+2.42.0" + - "coop-cloud.${STACK_NAME}.version=1.2.0+2.43.0" environment: - HTTP_SUBDIR volumes: