update release version
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
brooke 2025-02-20 14:33:21 -05:00
parent d5bb8057fc
commit b96d8a635c
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=1.0.0+0.17.4"
- "coop-cloud.${STACK_NAME}.version=0.8.0+0.17.4"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1