From 526fed50e9576bceb1a9eec81dbe2e7588f222b0 Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 20 Dec 2024 14:00:19 -0700 Subject: [PATCH] Update NextCloud version --- NextCloud/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NextCloud/Dockerfile b/NextCloud/Dockerfile index c28507c..e977b6b 100644 --- a/NextCloud/Dockerfile +++ b/NextCloud/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /var/www RUN git clone https://github.com/nextcloud/server html WORKDIR /var/www/html -RUN git checkout v30.0.2 +RUN git checkout v30.0.4 RUN git submodule update --init --recursive RUN rm -rf .git @@ -48,4 +48,4 @@ ADD ./cron_task /etc/crontab EXPOSE 80 CMD [ "crontab", "/etc/crontab" ] -ENTRYPOINT [ "/entrypoint.sh" ] \ No newline at end of file +ENTRYPOINT [ "/entrypoint.sh" ]