Update to 9.0.58

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

View File

@ -37,7 +37,7 @@ RUN set -ex \
&& pecl install redis-2.2.8 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 9.0.57
ENV NEXTCLOUD_VERSION 9.0.58
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \