summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-04-04 16:02:10 +0000
committertilosp-bot <git-bot@tilosp.de>2019-04-04 16:02:10 +0000
commitda4cd779e331ab91db38f2c5350efd58be5f6931 (patch)
tree7e5b3e460016768aa12ae34eff28a895f08d1fb0 /14.0
parent0ae0a40b9f3850fdb6def4c3fb0a382ec3b24ad4 (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
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 7d9d12d7..57ff26e9 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.8
+ENV NEXTCLOUD_VERSION 14.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index 8e83be74..020bbc3e 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.8
+ENV NEXTCLOUD_VERSION 14.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index 0b61d907..a6659067 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.8
+ENV NEXTCLOUD_VERSION 14.0.9
RUN set -ex; \
fetchDeps=" \