vikunja: bump versions

master
Jef Roosens 2023-01-05 10:14:10 +01:00
parent 1deedba7e8
commit f642530e2e
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: '3.4'
services:
frontend:
image: 'vikunja/frontend:0.20.0'
image: 'vikunja/frontend:0.20.2'
deploy:
# Frontend just serves some static files
@ -20,7 +20,7 @@ services:
- 'public'
api:
image: 'vikunja/api:0.20.0'
image: 'vikunja/api:0.20.1'
deploy:
mode: 'replicated'
@ -58,7 +58,7 @@ services:
- 'api-data:/app/vikunja/files'
db:
image: 'postgres:14.5'
image: 'postgres:14.6'
deploy:
mode: 'replicated'
@ -74,7 +74,7 @@ services:
- 'db-data:/var/lib/postgresql/data'
redis:
image: 'redis:7.0.5-alpine'
image: 'redis:7.0.7-alpine'
healthcheck:
test: 'redis-cli -h localhost ping'