0
0
Fork 0
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:
Matti Niemelä 2017-03-03 12:41:23 +02:00
parent ba7bcebd85
commit e8419c4b43
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \