From 86af333662e40d050f7ebfae1cfb58e979460a35 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 19 May 2022 12:50:02 +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 b47de06b..37b0ad4c 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -105,7 +105,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 23.0.4 +ENV NEXTCLOUD_VERSION 23.0.5 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \