From 1a2b4217ec488b769111ca8c37e0bf26f3ef54f4 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 6 Oct 2022 12:59:23 +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 332444cf..cf153901 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -107,7 +107,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 24.0.5 +ENV NEXTCLOUD_VERSION 24.0.6 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \