0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 08:22:37 +02:00

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

View file

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

View file

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

View file

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