Merge pull request #41 from tilosp-docker/v11.0.2

Update to Version 9.0.57, 10.0.4 and 11.0.2
This commit is contained in:
Wonderfall 2017-03-05 15:47:45 +01:00 committed by GitHub
commit 362905d20e
6 changed files with 6 additions and 6 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.3
ENV NEXTCLOUD_VERSION 10.0.4
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 10.0.3
ENV NEXTCLOUD_VERSION 10.0.4
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.1
ENV NEXTCLOUD_VERSION 11.0.2
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.1
ENV NEXTCLOUD_VERSION 11.0.2
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 9.0.56
ENV NEXTCLOUD_VERSION 9.0.57
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 9.0.56
ENV NEXTCLOUD_VERSION 9.0.57
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \