Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-08-07 12:52:10 +0300
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-08-07 12:52:10 +0300
commite714562be972718c33d06d875e4d53ac63a9aeec (patch)
treecf9358bca83e03efa7171505d40efbb618e0ddb2
parenta01d47ed837b7ff35b25c8cd6aefc7de26239922 (diff)
-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 8009472..1f38d8e 100644
--- a/10.0/apache/Dockerfile
+++ b/10.0/apache/Dockerfile
@@ -41,7 +41,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
-ENV NEXTCLOUD_VERSION 10.0.5
+ENV NEXTCLOUD_VERSION 10.0.6
VOLUME /var/www/html
COPY config/* /usr/src/nextcloud/config/
diff --git a/10.0/fpm/Dockerfile b/10.0/fpm/Dockerfile
index afe8053..cc1fe76 100644
--- a/10.0/fpm/Dockerfile
+++ b/10.0/fpm/Dockerfile
@@ -39,7 +39,7 @@ RUN set -ex \
&& pecl install redis-2.2.8 \
&& docker-php-ext-enable apcu redis memcached
-ENV NEXTCLOUD_VERSION 10.0.5
+ENV NEXTCLOUD_VERSION 10.0.6
VOLUME /var/www/html
COPY config/* /usr/src/nextcloud/config/