From a8a80cbd72f372ed2224ab237c11ca64fc620685 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 26 May 2023 12:22:42 +0200 Subject: [PATCH] update to Nextcloud 26.0.2 Signed-off-by: Simon L --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 38939287..3206b72a 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -108,7 +108,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 25.0.7 +ENV NEXTCLOUD_VERSION 26.0.2 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \