summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-04-24 08:51:10 -0700
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-04-24 08:51:10 -0700
commit6c9dd8442493c82f03cbcde8def0b7231b8fdb48 (patch)
tree6d186de231eaef36be3e0078240ae7a3d5f92cc1
parentc178ab0a8aaf1442149eee91d9e9eea8a4375ce9 (diff)
Update to 11.0.3
-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 e801a80e..c0a522b7 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.2
+ENV NEXTCLOUD_VERSION 11.0.3
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \
diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile
index ea6f93ae..fa31bfb1 100644
--- a/11.0/fpm/Dockerfile
+++ b/11.0/fpm/Dockerfile
@@ -37,7 +37,7 @@ RUN set -ex \
&& pecl install redis-3.1.1 \
&& docker-php-ext-enable apcu redis memcached
-ENV NEXTCLOUD_VERSION 11.0.2
+ENV NEXTCLOUD_VERSION 11.0.3
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \