From 50602b52acfc9a872118da7552a99dd517914c3e Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 11 Aug 2022 12:51:07 +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 ceb2d798..dfb08b6a 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -104,7 +104,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 24.0.3 +ENV NEXTCLOUD_VERSION 24.0.4 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \