chore: upgrade app to nginx 1.31.3 #5

Open
autonomic-bot wants to merge 3 commits from upgrade-1.14.0+1.31.1 into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 817ee13659 - Show all commits

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.31.1
image: nginx:1.31.2
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.14.0+1.31.1"
- "coop-cloud.${STACK_NAME}.version=1.13.0+1.31.1"
- "backupbot.backup=true"
- "backupbot.backup.path=/usr/share/nginx/html"
environment:

View File

@ -1 +0,0 @@
Upgrade optional git-pull helper image alpine/git v2.52.0 -> v2.54.0.