summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-04-24 08:51:11 -0700
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-04-24 08:51:11 -0700
commit2bb94165af875755fa775a2ce08c2306f7ee6374 (patch)
treefecce48ca8eadacd1b94de149a8b4e78416513ab
parent6c9dd8442493c82f03cbcde8def0b7231b8fdb48 (diff)
Update to 10.0.5
-rw-r--r--10.0/apache/Dockerfile2
-rw-r--r--10.0/fpm/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/10.0/apache/Dockerfile b/10.0/apache/Dockerfile
index c7c580d8..3798deb2 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 cdb7a346..5619a170 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 \