From 02ed48f0d592c417dd97843b5f2ef2663b40cbe8 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 8 Dec 2022 14:06:32 +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 200851bf..e6546349 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -104,7 +104,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 24.0.7 +ENV NEXTCLOUD_VERSION 24.0.8 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \