From e8590ef1b7cd06aa3312cbdbfed951f4723e6ba3 Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Sat, 21 Jan 2017 15:22:12 +0000 Subject: [PATCH] updates to latest --- 10.0/apache/Dockerfile | 2 +- 10.0/fpm/Dockerfile | 2 +- 11.0/apache/Dockerfile | 2 +- 11.0/fpm/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/10.0/apache/Dockerfile b/10.0/apache/Dockerfile index 1dd12bea..43565093 100644 --- a/10.0/apache/Dockerfile +++ b/10.0/apache/Dockerfile @@ -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 \ diff --git a/10.0/fpm/Dockerfile b/10.0/fpm/Dockerfile index f5ef1f34..1a365e6e 100644 --- a/10.0/fpm/Dockerfile +++ b/10.0/fpm/Dockerfile @@ -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 \ diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile index 8c958219..d645d8b8 100644 --- a/11.0/apache/Dockerfile +++ b/11.0/apache/Dockerfile @@ -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 \ diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile index 853d9ef9..35c12645 100644 --- a/11.0/fpm/Dockerfile +++ b/11.0/fpm/Dockerfile @@ -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 \