From f46c72b3596e9f3656d1d3c17c4aac7e8ab3c2be Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 20 Apr 2023 12:49:12 +0000 Subject: [PATCH] nextcloud-update automated change Signed-off-by: GitHub --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 679b0b8f..5ee78a09 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -108,7 +108,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 25.0.5 +ENV NEXTCLOUD_VERSION 25.0.6 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \