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" ]