From df808c10bb9ae7e2e1f90aa8de7d2847d9d1b188 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 3 Nov 2022 12:52:31 +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 3288448d..5bd0a4b1 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -107,7 +107,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 24.0.6 +ENV NEXTCLOUD_VERSION 24.0.7 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \