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 \