summaryrefslogtreecommitdiffstats
path: root/20.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-04-09 00:27:41 +0000
committerGitHub Workflow <workflow@github.com>2021-04-09 00:27:41 +0000
commit32353166592cd1543bc83bea2a38dbd89b48147d (patch)
tree5409e679e370fd05b1c37c18eca1c530903ee02f /20.0
parent6b4745de271453c13c3835d430a409a8c170575b (diff)
Runs update.sh
Diffstat (limited to '20.0')
-rw-r--r--20.0/apache/Dockerfile2
-rw-r--r--20.0/fpm-alpine/Dockerfile2
-rw-r--r--20.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/20.0/apache/Dockerfile b/20.0/apache/Dockerfile
index 7aa5b25f..597a2e18 100644
--- a/20.0/apache/Dockerfile
+++ b/20.0/apache/Dockerfile
@@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 20.0.8
+ENV NEXTCLOUD_VERSION 20.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/20.0/fpm-alpine/Dockerfile b/20.0/fpm-alpine/Dockerfile
index 9ac9dcac..69b7bab0 100644
--- a/20.0/fpm-alpine/Dockerfile
+++ b/20.0/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.8
+ENV NEXTCLOUD_VERSION 20.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/20.0/fpm/Dockerfile b/20.0/fpm/Dockerfile
index 4dbd9eb9..aacd976a 100644
--- a/20.0/fpm/Dockerfile
+++ b/20.0/fpm/Dockerfile
@@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.8
+ENV NEXTCLOUD_VERSION 20.0.9
RUN set -ex; \
fetchDeps=" \