chore: publish 0.1.1+0.6.19 release
continuous-integration/drone Build encountered an error Details

This commit is contained in:
knoflook 2023-03-06 13:03:41 +01:00
parent 6d060a32bb
commit 5bf2b53016
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: nginx:1.20.0
image: nginx:1.23.3
networks:
- proxy
- internal
@ -24,7 +24,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app:
image: "lscr.io/linuxserver/calibre-web:0.6.14"
image: "lscr.io/linuxserver/calibre-web:0.6.19"
environment:
- DOCKER_MODS
- FLASK_DEBUG=${DEBUG}
@ -43,7 +43,7 @@ services:
mode: 0555
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=0.1.0+0.6.14"
- "coop-cloud.${STACK_NAME}.version=0.1.1+0.6.19"
networks:
internal: