Update to 11.0.3

This commit is contained in:
Docker Library Bot 2017-04-24 08:51:10 -07:00
parent c178ab0a8a
commit 6c9dd84424
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.2
ENV NEXTCLOUD_VERSION 11.0.3
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.2
ENV NEXTCLOUD_VERSION 11.0.3
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \