vikunja: bump versions

master
Jef Roosens 2022-10-29 09:11:42 +02:00
parent 8df9f7d1a3
commit 4d3e181d47
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: '3.4'
services: services:
frontend: frontend:
image: 'vikunja/frontend:0.19.1' image: 'vikunja/frontend:0.20.0'
deploy: deploy:
# Frontend just serves some static files # Frontend just serves some static files
@ -20,7 +20,7 @@ services:
- 'public' - 'public'
api: api:
image: 'vikunja/api:0.19.2' image: 'vikunja/api:0.20.0'
deploy: deploy:
mode: 'replicated' mode: 'replicated'