Update to 11.0.6

This commit is contained in:
Docker Library Bot 2017-12-04 10:52:04 +00:00
parent f2c7f3f2ea
commit 074ca53482
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 11.0.5
ENV NEXTCLOUD_VERSION 11.0.6
RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html

View File

@ -40,7 +40,7 @@ RUN set -ex \
&& pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 11.0.5
ENV NEXTCLOUD_VERSION 11.0.6
RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html