summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-09-20 15:51:08 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2017-09-20 15:51:08 +0000
commit8ad5dbd5f3de836ca3faf3966f343c136db74c72 (patch)
tree44fa0d1f705accc914d6d894ea664052ed5cd892
parenta26e395c44345ed2996ccaa629dcb94a2ff6ab6f (diff)
Update to 12.0.3
-rw-r--r--12.0/apache/Dockerfile2
-rw-r--r--12.0/fpm/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile
index 9032b0a8..8f6eb46f 100644
--- a/12.0/apache/Dockerfile
+++ b/12.0/apache/Dockerfile
@@ -42,7 +42,7 @@ RUN set -ex \
&& docker-php-ext-enable apcu redis memcached
RUN a2enmod rewrite
-ENV NEXTCLOUD_VERSION 12.0.2
+ENV NEXTCLOUD_VERSION 12.0.3
RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html
diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile
index e0c75fd8..227d1690 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -40,7 +40,7 @@ RUN set -ex \
&& pecl install redis-3.1.3 \
&& docker-php-ext-enable apcu redis memcached
-ENV NEXTCLOUD_VERSION 12.0.2
+ENV NEXTCLOUD_VERSION 12.0.3
RUN chown -R www-data:root /var/www/html && \
chmod -R g=u /var/www/html