From 1cf642fba2fe13e5fc9c858f3783a84fc80a4b56 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 24 Jun 2022 09:12:38 +0200 Subject: [PATCH] Bump nextcloud versions --- stacks/nextcloud.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stacks/nextcloud.yml b/stacks/nextcloud.yml index 938b6e9..9294e4a 100644 --- a/stacks/nextcloud.yml +++ b/stacks/nextcloud.yml @@ -2,7 +2,7 @@ version: '3.4' services: app: - image: 'nextcloud:23.0.3-apache' + image: 'nextcloud:23.0.6-apache' deploy: mode: 'replicated' @@ -48,7 +48,7 @@ services: - 'root:/var/www/html' cron: - image: 'nextcloud:23.0.3-apache' + image: 'nextcloud:23.0.6-apache' entrypoint: '/cron.sh' deploy: @@ -76,7 +76,7 @@ services: - 'root:/var/www/html' db: - image: 'postgres:14.2-alpine' + image: 'postgres:14.4-alpine' healthcheck: test: pg_isready -U nextcloud @@ -100,7 +100,7 @@ services: - 'db-data:/var/lib/postgresql/data' redis: - image: 'redis:6.2.6-alpine' + image: 'redis:6.2.7-alpine' healthcheck: test: 'redis-cli -h localhost ping'