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
commitc178ab0a8aaf1442149eee91d9e9eea8a4375ce9 (patch)
tree75aae04bb829db6a4188d376774140de63715fa9
parentdb148abc5a5804ad82f214cb6e64950c5816639f (diff)
Update to 9.0.58
-rw-r--r--9.0/apache/Dockerfile2
-rw-r--r--9.0/fpm/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/9.0/apache/Dockerfile b/9.0/apache/Dockerfile
index b5f77401..56d46165 100644
--- a/9.0/apache/Dockerfile
+++ b/9.0/apache/Dockerfile
@@ -39,7 +39,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
-ENV NEXTCLOUD_VERSION 9.0.57
+ENV NEXTCLOUD_VERSION 9.0.58
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \
diff --git a/9.0/fpm/Dockerfile b/9.0/fpm/Dockerfile
index da3911df..44027c57 100644
--- a/9.0/fpm/Dockerfile
+++ b/9.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 9.0.57
+ENV NEXTCLOUD_VERSION 9.0.58
VOLUME /var/www/html
RUN curl -fsSL -o nextcloud.tar.bz2 \