diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 1968cc24..2bb9a195 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -116,7 +116,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 25.0.3 +ENV NEXTCLOUD_VERSION 25.0.4 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \