Bump base nextcloud image version
This commit is contained in:
parent
96e6ed621e
commit
193d472f3b
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue