updates to latest

This commit is contained in:
pierreozoux 2017-01-21 15:22:12 +00:00
parent c0a71722ad
commit e8590ef1b7
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION 10.0.2
ENV NEXTCLOUD_VERSION 10.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-2.2.8 \
&& docker-php-ext-enable apcu redis memcached
ENV NEXTCLOUD_VERSION 10.0.2
ENV NEXTCLOUD_VERSION 10.0.3
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \

View File

@ -39,7 +39,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
ENV NEXTCLOUD_VERSION 11.0.0
ENV NEXTCLOUD_VERSION 11.0.1
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 11.0.0
ENV NEXTCLOUD_VERSION 11.0.1
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \