From 2bb94165af875755fa775a2ce08c2306f7ee6374 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 24 Apr 2017 08:51:11 -0700 Subject: [PATCH] Update to 10.0.5 --- 10.0/apache/Dockerfile | 2 +- 10.0/fpm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/10.0/apache/Dockerfile b/10.0/apache/Dockerfile index c7c580d..3798deb 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.4 +ENV NEXTCLOUD_VERSION 10.0.5 VOLUME /var/www/html RUN curl -fsSL -o nextcloud.tar.bz2 \ diff --git a/10.0/fpm/Dockerfile b/10.0/fpm/Dockerfile index cdb7a34..5619a17 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.4 +ENV NEXTCLOUD_VERSION 10.0.5 VOLUME /var/www/html RUN curl -fsSL -o nextcloud.tar.bz2 \