summaryrefslogtreecommitdiffstats
path: root/17.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 /17.0
parent1c23b49eae453db466aaca83b127d39ff513eef2 (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '17.0')
-rw-r--r--17.0/apache/Dockerfile2
-rw-r--r--17.0/fpm-alpine/Dockerfile2
-rw-r--r--17.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/17.0/apache/Dockerfile b/17.0/apache/Dockerfile
index a55fcf22..59b2c85d 100644
--- a/17.0/apache/Dockerfile
+++ b/17.0/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 17.0.1
+ENV NEXTCLOUD_VERSION 17.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/17.0/fpm-alpine/Dockerfile b/17.0/fpm-alpine/Dockerfile
index ce33a7f2..182949ea 100644
--- a/17.0/fpm-alpine/Dockerfile
+++ b/17.0/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 17.0.1
+ENV NEXTCLOUD_VERSION 17.0.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/17.0/fpm/Dockerfile b/17.0/fpm/Dockerfile
index 8046714d..fb8bf4e4 100644
--- a/17.0/fpm/Dockerfile
+++ b/17.0/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 17.0.1
+ENV NEXTCLOUD_VERSION 17.0.2
RUN set -ex; \
fetchDeps=" \