summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-09-25 09:51:20 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-09-25 09:51:20 +0000
commit930a33b7beaa04d76cc64e0d810eb2c02fcf5f06 (patch)
tree7b95767815d1980a32118127d6ac5c45d1ddfcbc /14.0
parentc9d875afb66d5fd680d5f642842f7040886fe7ae (diff)
Update to 14.0.1
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 c2cdce82..e526c83b 100644
--- a/14.0/apache/Dockerfile
+++ b/14.0/apache/Dockerfile
@@ -106,7 +106,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 14.0.0
+ENV NEXTCLOUD_VERSION 14.0.1
RUN set -ex; \
fetchDeps=" \
diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index aeb9db69..9eda108e 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.0/fpm-alpine/Dockerfile
@@ -87,7 +87,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.0
+ENV NEXTCLOUD_VERSION 14.0.1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index 7ee23129..70496096 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.0/fpm/Dockerfile
@@ -98,7 +98,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.0
+ENV NEXTCLOUD_VERSION 14.0.1
RUN set -ex; \
fetchDeps=" \