summaryrefslogtreecommitdiffstats
path: root/20.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-01-25 19:39:55 +0000
committerGitHub Workflow <workflow@github.com>2021-01-25 19:39:55 +0000
commitae39bb5ebb633fc58c3f6726ab7914c30cd5addd (patch)
tree924debfe917febc8e57ef553429765a5c01ddc5f /20.0
parent16a3e7598f4010c96c652180b3627adff0d0920e (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 4a91b658..aa32733d 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.5
+ENV NEXTCLOUD_VERSION 20.0.6
RUN set -ex; \
fetchDeps=" \
diff --git a/20.0/fpm-alpine/Dockerfile b/20.0/fpm-alpine/Dockerfile
index 764b1c6e..9b0c9931 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.5
+ENV NEXTCLOUD_VERSION 20.0.6
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/20.0/fpm/Dockerfile b/20.0/fpm/Dockerfile
index f56cb5c3..063a1f03 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.5
+ENV NEXTCLOUD_VERSION 20.0.6
RUN set -ex; \
fetchDeps=" \