From 193d472f3b361b303821fba49b98b9fdbdd211a4 Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 6 Feb 2025 23:03:47 -0700 Subject: [PATCH] Bump base nextcloud image version --- NextCloud/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/