From f1edbd71c5e746bf31eb1d51f1aae692d6fdbbc1 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 23 Mar 2023 12:52:17 +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 2bb9a195..527d0b90 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -116,7 +116,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 25.0.4 +ENV NEXTCLOUD_VERSION 25.0.5 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \