Switch to v14.0.1 image

This commit is contained in:
Nick Sellen 2024-03-25 17:55:26 +00:00
parent df863e057e
commit 2a472504ea
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
web:
image: "codeberg.org/karrot/karrot-frontend:v14.0.0"
image: "codeberg.org/karrot/karrot-frontend:v14.0.1"
depends_on:
- app
environment:
@ -35,7 +35,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app:
image: "codeberg.org/karrot/karrot-backend:v14.0.0"
image: "codeberg.org/karrot/karrot-backend:v14.0.1"
networks:
- internal
depends_on:
@ -107,8 +107,7 @@ services:
- "backupbot.backup.path=/app/uploads"
worker:
#image: "ghcr.io/karrot-dev/karrot-docker-images:13.0.0-backend"
image: "codeberg.org/karrot/karrot-backend:v14.0.0"
image: "codeberg.org/karrot/karrot-backend:v14.0.1"
depends_on:
- app
volumes: