From 92492affe46cb8a8e40bd4148d62601bf9fde9af Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 16 Feb 2022 12:18:46 +0100 Subject: [PATCH] update nextcloud to 23.0.2 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 09e32a4f..afcd08b2 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -105,7 +105,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 23.0.1 +ENV NEXTCLOUD_VERSION 23.0.2 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \