summaryrefslogtreecommitdiffstats
path: root/17.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-08-27 15:31:23 +0000
committertilosp-bot <git-bot@tilosp.de>2020-08-27 15:31:23 +0000
commit1353c04b9fb456e76d1900be034aa746f878ac5f (patch)
tree6f6908d4f596813c860abbbedf1cf0ec90fb1dad /17.0
parente0247dc3cd9de9c70d9dec0c68d9a27e7a078376 (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 955392f7..daf4d305 100644
--- a/17.0/apache/Dockerfile
+++ b/17.0/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 17.0.8
+ENV NEXTCLOUD_VERSION 17.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/17.0/fpm-alpine/Dockerfile b/17.0/fpm-alpine/Dockerfile
index 54beaac1..cf598c3b 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.8
+ENV NEXTCLOUD_VERSION 17.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/17.0/fpm/Dockerfile b/17.0/fpm/Dockerfile
index 9628229e..4c64a924 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.8
+ENV NEXTCLOUD_VERSION 17.0.9
RUN set -ex; \
fetchDeps=" \