summaryrefslogtreecommitdiffstats
path: root/18.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-09-10 00:56:08 +0000
committerGitHub Workflow <workflow@github.com>2020-09-10 00:56:08 +0000
commitd0ee4bc215e96245cd563114f15dc1146e7058c1 (patch)
tree1096072aa64dc817bb80b7696ee5be1e06bd4539 /18.0
parent1e2c9961f7a42b864a1ba99527d82671eee78245 (diff)
Runs update.sh
Diffstat (limited to '18.0')
-rw-r--r--18.0/apache/Dockerfile2
-rw-r--r--18.0/fpm-alpine/Dockerfile2
-rw-r--r--18.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/18.0/apache/Dockerfile b/18.0/apache/Dockerfile
index f0dda1bd..5ad3f52d 100644
--- a/18.0/apache/Dockerfile
+++ b/18.0/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 18.0.8
+ENV NEXTCLOUD_VERSION 18.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0/fpm-alpine/Dockerfile b/18.0/fpm-alpine/Dockerfile
index 0920b27d..0eb9e0ca 100644
--- a/18.0/fpm-alpine/Dockerfile
+++ b/18.0/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 18.0.8
+ENV NEXTCLOUD_VERSION 18.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/18.0/fpm/Dockerfile b/18.0/fpm/Dockerfile
index c7768f6d..97f7b5fb 100644
--- a/18.0/fpm/Dockerfile
+++ b/18.0/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 18.0.8
+ENV NEXTCLOUD_VERSION 18.0.9
RUN set -ex; \
fetchDeps=" \