0
0
Fork 0

chore: new patch bump

This commit is contained in:
decentral1se 2023-09-22 14:59:13 +02:00
parent 46a78cedae
commit 766e1af64f
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.20.0
image: nginx:1.20.2
networks:
- proxy
volumes:
@ -20,7 +20,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.20.0"
- "coop-cloud.${STACK_NAME}.version=0.1.1+1.20.2"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"