Update to 12.0.2

This commit is contained in:
Docker Library Bot 2017-08-14 15:51:08 +00:00
parent 6ba1dc2c4d
commit 2220249a20
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION 12.0.1
ENV NEXTCLOUD_VERSION 12.0.2
VOLUME /var/www/html
COPY config/* /usr/src/nextcloud/config/

View File

@ -40,7 +40,7 @@ RUN set -ex \
&& pecl install redis-3.1.3 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 12.0.1
ENV NEXTCLOUD_VERSION 12.0.2
VOLUME /var/www/html
COPY config/* /usr/src/nextcloud/config/