summaryrefslogtreecommitdiffstats
path: root/12.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-10-11 09:51:34 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-10-11 09:51:34 +0000
commit350a6eb6446ec1699d6e14d4bf57dccd3af9ed9b (patch)
treeb4bd6d7298d98f69e688a750cab3520815bbef51 /12.0
parent4abd8b7d0e3f94267e4e365dc10454d5ccdb994a (diff)
Update to 12.0.12
Diffstat (limited to '12.0')
-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 d656eddb..c49048f0 100644
--- a/12.0/apache/Dockerfile
+++ b/12.0/apache/Dockerfile
@@ -106,7 +106,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 12.0.11
+ENV NEXTCLOUD_VERSION 12.0.12
RUN set -ex; \
fetchDeps=" \
diff --git a/12.0/fpm-alpine/Dockerfile b/12.0/fpm-alpine/Dockerfile
index 7bd6a8f2..00ce909c 100644
--- a/12.0/fpm-alpine/Dockerfile
+++ b/12.0/fpm-alpine/Dockerfile
@@ -87,7 +87,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 12.0.11
+ENV NEXTCLOUD_VERSION 12.0.12
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile
index d01584d9..a85c2224 100644
--- a/12.0/fpm/Dockerfile
+++ b/12.0/fpm/Dockerfile
@@ -98,7 +98,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 12.0.11
+ENV NEXTCLOUD_VERSION 12.0.12
RUN set -ex; \
fetchDeps=" \