Update service packages

This commit is contained in:
zontreck 2025-04-24 11:10:42 -07:00
parent f29a31c665
commit 95b64716f3
4 changed files with 8 additions and 8 deletions

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.6
RUN git checkout v31.0.4
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.6
ENV NEXTCLOUD_VERSION 31.0.4
WORKDIR /var/www/