summaryrefslogtreecommitdiffstats
path: root/16.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-12-19 14:03:23 +0000
committertilosp-bot <git-bot@tilosp.de>2019-12-19 14:03:23 +0000
commit481072c892324145f1ac8115a152e65449f24f5e (patch)
treea837204b775b6c21889d89ba10562c205378919b /16.0
parent1c23b49eae453db466aaca83b127d39ff513eef2 (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '16.0')
-rw-r--r--16.0/apache/Dockerfile2
-rw-r--r--16.0/fpm-alpine/Dockerfile2
-rw-r--r--16.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/16.0/apache/Dockerfile b/16.0/apache/Dockerfile
index 2e1ca045..f3fe202d 100644
--- a/16.0/apache/Dockerfile
+++ b/16.0/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 16.0.6
+ENV NEXTCLOUD_VERSION 16.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/16.0/fpm-alpine/Dockerfile b/16.0/fpm-alpine/Dockerfile
index 9e193e49..c59c7b65 100644
--- a/16.0/fpm-alpine/Dockerfile
+++ b/16.0/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.6
+ENV NEXTCLOUD_VERSION 16.0.7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/16.0/fpm/Dockerfile b/16.0/fpm/Dockerfile
index 4f0617bc..8b3c3261 100644
--- a/16.0/fpm/Dockerfile
+++ b/16.0/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.6
+ENV NEXTCLOUD_VERSION 16.0.7
RUN set -ex; \
fetchDeps=" \