From 9b1e734efc328beabd88e1779b670045683041c7 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 21 Jun 2022 12:51:43 +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 ded15d90..cc3d0858 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -105,7 +105,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 23.0.5 +ENV NEXTCLOUD_VERSION 23.0.6 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \