diff --git a/NextCloud/Dockerfile b/NextCloud/Dockerfile index 9347035..4747fe9 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.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/