From 608286ee7794fd624738f1385a1015fd5e619c47 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 20 Feb 2022 10:01:07 +0100 Subject: [PATCH] Bumped nextcloud version --- stacks/nextcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/nextcloud.yml b/stacks/nextcloud.yml index 5d7b3f0..731837e 100644 --- a/stacks/nextcloud.yml +++ b/stacks/nextcloud.yml @@ -2,7 +2,7 @@ version: '3.4' services: app: - image: 'nextcloud:23.0.1-apache' + image: 'nextcloud:23.0.2-apache' deploy: mode: 'replicated' @@ -48,7 +48,7 @@ services: - 'root:/var/www/html' cron: - image: 'nextcloud:23.0.1-apache' + image: 'nextcloud:23.0.2-apache' entrypoint: '/cron.sh' deploy: