diff --git a/stacks/vikunja.yml b/stacks/vikunja.yml index 7da83db..e80b5ea 100644 --- a/stacks/vikunja.yml +++ b/stacks/vikunja.yml @@ -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'