vikunja: bump versions

This commit is contained in:
Jef Roosens 2022-10-29 09:11:42 +02:00
parent 8df9f7d1a3
commit 4d3e181d47
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

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