summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-02-07 04:51:23 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-02-07 04:51:23 +0000
commitda1192ed4ce337bf6b74619f5b30b9527217065d (patch)
treeea842671a2d5c5ac944817396e44924d95bcc782 /14.0
parentf2397fafc6f74fa4fd2de2fe6f9af0bb2933117f (diff)
Update to 14.0.7
Diffstat (limited to '14.0')
-rw-r--r--14.0/apache/Dockerfile2
-rw-r--r--14.0/fpm-alpine/Dockerfile2
-rw-r--r--14.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile
index b0bf50c0..070f3989 100644
--- a/14.0/apache/Dockerfile
+++ b/14.0/apache/Dockerfile
@@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 14.0.6
+ENV NEXTCLOUD_VERSION 14.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index 95cae19e..b8a8a25b 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.0/fpm-alpine/Dockerfile
@@ -91,7 +91,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.6
+ENV NEXTCLOUD_VERSION 14.0.7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index 7e7cff2c..93a12239 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.0/fpm/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.6
+ENV NEXTCLOUD_VERSION 14.0.7
RUN set -ex; \
fetchDeps=" \