summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-01-13 01:56:21 +0000
committerGitHub Workflow <workflow@github.com>2021-01-13 01:56:21 +0000
commit07ab7b17731282141737981a1c01d6433437ba48 (patch)
tree35972030c7ade5daca055fb0966defb6eaeb29e3
parent5b4755e5c72f031fd0e71e87155fdf95eda46ab5 (diff)
Runs update.sh
-rw-r--r--20.0-rc/apache/Dockerfile2
-rw-r--r--20.0-rc/fpm-alpine/Dockerfile2
-rw-r--r--20.0-rc/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/20.0-rc/apache/Dockerfile b/20.0-rc/apache/Dockerfile
index d38a27e6..0994eb23 100644
--- a/20.0-rc/apache/Dockerfile
+++ b/20.0-rc/apache/Dockerfile
@@ -114,7 +114,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 20.0.5RC1
+ENV NEXTCLOUD_VERSION 20.0.5RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/20.0-rc/fpm-alpine/Dockerfile b/20.0-rc/fpm-alpine/Dockerfile
index 56af6706..986826d7 100644
--- a/20.0-rc/fpm-alpine/Dockerfile
+++ b/20.0-rc/fpm-alpine/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.5RC1
+ENV NEXTCLOUD_VERSION 20.0.5RC2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/20.0-rc/fpm/Dockerfile b/20.0-rc/fpm/Dockerfile
index 505e89f0..2d09946f 100644
--- a/20.0-rc/fpm/Dockerfile
+++ b/20.0-rc/fpm/Dockerfile
@@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 20.0.5RC1
+ENV NEXTCLOUD_VERSION 20.0.5RC2
RUN set -ex; \
fetchDeps=" \