summaryrefslogtreecommitdiffstats
path: root/20.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-01-14 16:50:56 +0000
committerGitHub Workflow <workflow@github.com>2021-01-14 16:50:56 +0000
commit4c9bc58277e4b033f73f49c801136d30a8098d1d (patch)
treef1b43e7e36e573ee6095a9d67415fffa2113cea5 /20.0
parentf9699a1d1acfb7e7f1838b51f7455c58b62a7ae4 (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 019a4ef4..4a91b658 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.4
+ENV NEXTCLOUD_VERSION 20.0.5
RUN set -ex; \
fetchDeps=" \
diff --git a/20.0/fpm-alpine/Dockerfile b/20.0/fpm-alpine/Dockerfile
index 8308e07a..764b1c6e 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.4
+ENV NEXTCLOUD_VERSION 20.0.5
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/20.0/fpm/Dockerfile b/20.0/fpm/Dockerfile
index 9c69a39c..f56cb5c3 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.4
+ENV NEXTCLOUD_VERSION 20.0.5
RUN set -ex; \
fetchDeps=" \