summaryrefslogtreecommitdiffstats
path: root/20.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-11-19 00:56:43 +0000
committerGitHub Workflow <workflow@github.com>2020-11-19 00:56:43 +0000
commit62398b5ea03fb6dd4b89a59765ab7d285083c327 (patch)
tree8c09ddf7d8a8994fb3547e6d5c95a8d341ad7b38 /20.0
parent58419d4d9de2b0f3c064c182a7d5e57d1db1f43e (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 f23ea55b..30faa316 100644
--- a/20.0/apache/Dockerfile
+++ b/20.0/apache/Dockerfile
@@ -114,7 +114,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 20.0.1
+ENV NEXTCLOUD_VERSION 20.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/20.0/fpm-alpine/Dockerfile b/20.0/fpm-alpine/Dockerfile
index 4abef7d0..23300cb1 100644
--- a/20.0/fpm-alpine/Dockerfile
+++ b/20.0/fpm-alpine/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.1
+ENV NEXTCLOUD_VERSION 20.0.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/20.0/fpm/Dockerfile b/20.0/fpm/Dockerfile
index 416e8f13..e67d3a93 100644
--- a/20.0/fpm/Dockerfile
+++ b/20.0/fpm/Dockerfile
@@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.1
+ENV NEXTCLOUD_VERSION 20.0.2
RUN set -ex; \
fetchDeps=" \