summaryrefslogtreecommitdiffstats
path: root/17.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-11-07 14:03:01 +0000
committertilosp-bot <git-bot@tilosp.de>2019-11-07 14:03:01 +0000
commit149daa299df22713c26e383daf9ffd1f28d94ecb (patch)
treedd4f60c22a0fee9ad31bfd57a38890d61352ae45 /17.0
parent6a173a4daa6962410f69a2b6b01520508b63861a (diff)
Run update.sh
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 4dc73dad..acd53038 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.0
+ENV NEXTCLOUD_VERSION 17.0.1
RUN set -ex; \
fetchDeps=" \
diff --git a/17.0/fpm-alpine/Dockerfile b/17.0/fpm-alpine/Dockerfile
index f91799c1..00353ccb 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.0
+ENV NEXTCLOUD_VERSION 17.0.1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/17.0/fpm/Dockerfile b/17.0/fpm/Dockerfile
index 666ca00f..9f89a4e1 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.0
+ENV NEXTCLOUD_VERSION 17.0.1
RUN set -ex; \
fetchDeps=" \