mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Update from 11.0.1 to 11.0.2
This commit is contained in:
parent
ba7bcebd85
commit
e8419c4b43
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ RUN set -ex \
|
|||
&& docker-php-ext-enable apcu redis memcached
|
||||
RUN a2enmod rewrite
|
||||
|
||||
ENV NEXTCLOUD_VERSION 11.0.1
|
||||
ENV NEXTCLOUD_VERSION 11.0.2
|
||||
VOLUME /var/www/html
|
||||
|
||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||
|
|
|
@ -37,7 +37,7 @@ RUN set -ex \
|
|||
&& pecl install redis-3.1.1 \
|
||||
&& docker-php-ext-enable apcu redis memcached
|
||||
|
||||
ENV NEXTCLOUD_VERSION 11.0.1
|
||||
ENV NEXTCLOUD_VERSION 11.0.2
|
||||
VOLUME /var/www/html
|
||||
|
||||
RUN curl -fsSL -o nextcloud.tar.bz2 \
|
||||
|
|
Loading…
Add table
Reference in a new issue