From 156a49acc1219414e1d288d0402f1c28593bc4ac Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Sun, 31 May 2026 13:31:41 +0000 Subject: [PATCH] chore: upgrade to 1.1.0+2.42.0 --- compose.git-pull.yml | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.git-pull.yml b/compose.git-pull.yml index 22e888c..5e2905e 100644 --- a/compose.git-pull.yml +++ b/compose.git-pull.yml @@ -3,7 +3,7 @@ services: git: environment: - GIT_REPO_URL - image: alpine/git:v2.36.3 + image: alpine/git:v2.52.0 entrypoint: /docker-entrypoint.sh volumes: - content:/git diff --git a/compose.yml b/compose.yml index a9a8909..47ebfab 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:2.42.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.0.1+2.38.0" + - "coop-cloud.${STACK_NAME}.version=1.1.0+2.42.0" environment: - HTTP_SUBDIR volumes: