bump release ver
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
brooke 2025-04-25 14:50:33 -04:00
parent 30768016fd
commit 15fd212c70
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,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=0.8.1+0.18.0"
- "coop-cloud.${STACK_NAME}.version=0.8.2+0.18.0"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1