chore: upgrade to 1.1.0+2.42.0
All checks were successful
cc-ci/testme-adv-probe Adversary probe cleared
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-05-31 13:31:41 +00:00
parent 435df8fc98
commit 156a49acc1
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: