From 4627b9c68526c79b965374d361c580ec378b639d Mon Sep 17 00:00:00 2001 From: szaimen Date: Fri, 26 May 2023 09:17:53 +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 5ee78a09..38939287 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -108,7 +108,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 25.0.6 +ENV NEXTCLOUD_VERSION 25.0.7 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \