summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-01-24 10:51:07 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-01-24 10:51:07 +0000
commit26d58913be47abf611530c89c133475e546298ff (patch)
tree9978668aa9488cb8568beb3426fd35d889c8c785
parent92b4b87a6415d06dfb5cd7fd3f393df14f976a3c (diff)
Update to 12.0.5
-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 55381132..d4edac22 100644
--- a/12.0/apache/Dockerfile
+++ b/12.0/apache/Dockerfile
@@ -67,7 +67,7 @@ VOLUME /var/www/html
RUN a2enmod rewrite
-ENV NEXTCLOUD_VERSION 12.0.4
+ENV NEXTCLOUD_VERSION 12.0.5
RUN set -ex; \
curl -fsSL -o nextcloud.tar.bz2 \
diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile
index 0cdcee5e..0bb92dd2 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -66,7 +66,7 @@ RUN set -ex; \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 12.0.4
+ENV NEXTCLOUD_VERSION 12.0.5
RUN set -ex; \
curl -fsSL -o nextcloud.tar.bz2 \