From 9cffb5a6ee346e50ef6f44628fdbf9b368b0d6d7 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 22 Mar 2022 13:41:07 +0100 Subject: [PATCH] update Nextcloud to 23.0.3 Signed-off-by: szaimen --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 620fb37e..543f89a3 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -105,7 +105,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 23.0.2 +ENV NEXTCLOUD_VERSION 23.0.3 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \