Version bumps

This commit is contained in:
Nick Sellen 2023-10-19 19:04:39 +01:00
parent 8c6a6202d4
commit 39816dcf54
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app:
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.2-backend"
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.3-backend"
networks:
- internal
depends_on:
@ -90,10 +90,10 @@ services:
start_period: 45s
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=0.1.2+0.1.2"
- "coop-cloud.${STACK_NAME}.version=0.1.3+0.1.3"
worker:
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.2-backend"
image: "ghcr.io/karrot-dev/karrot-docker-images:0.1.3-backend"
depends_on:
# shiv + geoip data gets loaded on the first run of the app
# so to ensure it's available in the worker too, we need to wait