Update NextCloud version

This commit is contained in:
zontreck 2024-12-20 14:00:19 -07:00
parent ba9eaefd76
commit 526fed50e9

View file

@ -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