summaryrefslogtreecommitdiffstats
path: root/11.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-12-04 10:52:04 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-12-04 10:52:04 +0000
commit074ca53482043fea8268eba83546815db0f7c4ad (patch)
treeb52cece46881afd6f449ac17b6a0c7cb204d6d41 /11.0
parentf2c7f3f2eab11e7f013093652083e02ede7aa940 (diff)
Update to 11.0.6
Diffstat (limited to '11.0')
-rw-r--r--11.0/apache/Dockerfile2
-rw-r--r--11.0/fpm/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile
index 64d16378..fecc21ff 100644
--- a/11.0/apache/Dockerfile
+++ b/11.0/apache/Dockerfile
@@ -42,7 +42,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
-ENV NEXTCLOUD_VERSION 11.0.5
+ENV NEXTCLOUD_VERSION 11.0.6
RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html
diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile
index 2b0f7484..f3cf2382 100644
--- a/11.0/fpm/Dockerfile
+++ b/11.0/fpm/Dockerfile
@@ -40,7 +40,7 @@ RUN set -ex \
&& pecl install redis-3.1.4 \
&& docker-php-ext-enable apcu redis memcached
-ENV NEXTCLOUD_VERSION 11.0.5
+ENV NEXTCLOUD_VERSION 11.0.6
RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html