2 Commits

Author SHA1 Message Date
611e9827a3 fix: correct image tag to 2.42.0 (was bad 99.0.0-bad-tag)
All checks were successful
cc-ci/testme cc-ci: success
2026-05-31 14:04:05 +00:00
7e1491c637 chore: upgrade to 1.2.0+99.0.0 (regression test)
Some checks failed
ci-test test
cc-ci/testme cc-ci: failure
2026-05-31 14:01:57 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ services:
git:
environment:
- GIT_REPO_URL
image: alpine/git:v2.52.0
image: alpine/git:v2.36.3
entrypoint: /docker-entrypoint.sh
volumes:
- content:/git

View File

@ -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.42.0"
environment:
- HTTP_SUBDIR
volumes: