summaryrefslogtreecommitdiffstats
path: root/17.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-03-24 02:11:21 +0100
committerGitHub <noreply@github.com>2020-03-24 01:11:21 +0000
commitb0cb178c9eefd2053504535690dd43d151acfdec (patch)
tree12c382ea57a8703c40b538dc820a3cf2460e9feb /17.0
parent430ce875c237bfe3759c0547669d3bbebedd7310 (diff)
Run update.sh (#1044)
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 0142082b..f2c1ef69 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.4
+ENV NEXTCLOUD_VERSION 17.0.5
RUN set -ex; \
fetchDeps=" \
diff --git a/17.0/fpm-alpine/Dockerfile b/17.0/fpm-alpine/Dockerfile
index 4d42d300..69b757cc 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.4
+ENV NEXTCLOUD_VERSION 17.0.5
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/17.0/fpm/Dockerfile b/17.0/fpm/Dockerfile
index 90589026..46c76536 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.4
+ENV NEXTCLOUD_VERSION 17.0.5
RUN set -ex; \
fetchDeps=" \