chore: publish 0.1.4+0.6.24 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-02-14 13:52:15 -05:00
parent 1247de1fc2
commit 4c86c7d234

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: nginx:1.27.2
image: nginx:1.27.4
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.23"
image: "lscr.io/linuxserver/calibre-web:0.6.24"
environment:
- DOCKER_MODS
- FLASK_DEBUG=${DEBUG}
@ -43,7 +43,7 @@ services:
mode: 0555
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=0.1.3+0.6.23"
- "coop-cloud.${STACK_NAME}.version=0.1.4+0.6.24"
networks:
internal: