chore: publish 1.8.0+1.27.4 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2025-04-10 18:58:48 +01:00
parent 3caf27beab
commit 64dad451a8
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.45.2
image: alpine/git:v2.47.2
entrypoint: /docker-entrypoint.sh
volumes:
- content:/git

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.27.2
image: nginx:1.27.4
networks:
- proxy
deploy:
@ -19,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=1.7.1+1.27.2"
- "coop-cloud.${STACK_NAME}.version=1.8.0+1.27.4"
- "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html"
environment: