summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-12-15 01:14:19 +0000
committerGitHub Workflow <workflow@github.com>2020-12-15 01:14:19 +0000
commit689465f7f8368b93d6ebceab4d19401e1874f8d0 (patch)
tree79de83fdff55a068bbcc2949a922a6bb424edc6e
parent47f18243a4d2a762cae58f12754474d1f1da797b (diff)
Runs update.sh
-rw-r--r--20.0/apache/Dockerfile2
-rw-r--r--20.0/fpm-alpine/Dockerfile2
-rw-r--r--20.0/fpm/Dockerfile2
-rw-r--r--latest.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/20.0/apache/Dockerfile b/20.0/apache/Dockerfile
index f266e2c8..019a4ef4 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.3
+ENV NEXTCLOUD_VERSION 20.0.4
RUN set -ex; \
fetchDeps=" \
diff --git a/20.0/fpm-alpine/Dockerfile b/20.0/fpm-alpine/Dockerfile
index 273b33b9..8308e07a 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.3
+ENV NEXTCLOUD_VERSION 20.0.4
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/20.0/fpm/Dockerfile b/20.0/fpm/Dockerfile
index d70a318b..9c69a39c 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.3
+ENV NEXTCLOUD_VERSION 20.0.4
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index a9ac8dac..0ffaf17a 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-20.0.3
+20.0.4