summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-02-28 10:51:23 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-02-28 10:51:23 +0000
commit3235cfeb09fa419ad21de03ca576dfc7d1b3816e (patch)
treec810907be369ad0405c8741c395f5b874cbeeb63 /14.0
parent2a7ac517300b0b06beec4b1139eb9535a6f84816 (diff)
Update to 14.0.8
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 3775aa72..38ce18e8 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.7
+ENV NEXTCLOUD_VERSION 14.0.8
RUN set -ex; \
fetchDeps=" \
diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index b0a4f24b..d1befe22 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.7
+ENV NEXTCLOUD_VERSION 14.0.8
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index c7d608fa..b95255b5 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.7
+ENV NEXTCLOUD_VERSION 14.0.8
RUN set -ex; \
fetchDeps=" \