From 46b1a0c068419a32844002a86b81ae7ed48ca239 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 8 Sep 2022 12:50:47 +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 da792fef..8e0092ac 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -107,7 +107,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 24.0.4 +ENV NEXTCLOUD_VERSION 24.0.5 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \