Bump base nextcloud image version

This commit is contained in:
zontreck 2025-02-06 23:03:47 -07:00
parent 96e6ed621e
commit 193d472f3b

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.4
RUN git checkout v30.0.5
RUN git submodule update --init --recursive
RUN rm -rf .git
@ -23,7 +23,7 @@ RUN apt-get install -y apache2 apache2-utils php8.2 php8.2-gd php8.2-mysql php8.
RUN apt-get install -y php8.2-bcmath php8.2-gmp php8.2-intl cron
ENV MOUNTPOINT /var/www/html
ENV NEXTCLOUD_VERSION 30.0.4
ENV NEXTCLOUD_VERSION 30.0.5
WORKDIR /var/www/