summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-06-11 09:51:16 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-06-11 09:51:16 +0000
commit12c61283e01c7946f4e533db7dcedd7259329b0b (patch)
tree3ea4a586f96cbd766400f5d350d5c2e93a480a69
parent2e1ea3384e335b6dd92b0b60576ce8117114806f (diff)
Update to 12.0.9
-rw-r--r--12.0/apache/Dockerfile2
-rw-r--r--12.0/fpm-alpine/Dockerfile2
-rw-r--r--12.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile
index 58cd2c14..183a1af8 100644
--- a/12.0/apache/Dockerfile
+++ b/12.0/apache/Dockerfile
@@ -103,7 +103,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 12.0.8
+ENV NEXTCLOUD_VERSION 12.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/12.0/fpm-alpine/Dockerfile b/12.0/fpm-alpine/Dockerfile
index f282d8ca..b8d8ec7e 100644
--- a/12.0/fpm-alpine/Dockerfile
+++ b/12.0/fpm-alpine/Dockerfile
@@ -84,7 +84,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 12.0.8
+ENV NEXTCLOUD_VERSION 12.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile
index 19f95a63..b9a3ca15 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 12.0.8
+ENV NEXTCLOUD_VERSION 12.0.9
RUN set -ex; \
fetchDeps=" \