summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-09-25 01:03:09 +0000
committerGitHub Workflow <workflow@github.com>2020-09-25 01:03:09 +0000
commitae77b5ab9f8b85ecbaf3311b964919cfdafff02b (patch)
treeb874eb5aa968ca86bad88d47033e91d65408edc1
parentf1b22e0ceebfec9cc03454809cf36ceb641b82b9 (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 661a86a6..9590fe00 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.0RC1
+ENV NEXTCLOUD_VERSION 20.0.0RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/20.0-rc/fpm-alpine/Dockerfile b/20.0-rc/fpm-alpine/Dockerfile
index a558fb20..f1acde5c 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.0RC1
+ENV NEXTCLOUD_VERSION 20.0.0RC2
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 bad34e15..925f5ca6 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.0RC1
+ENV NEXTCLOUD_VERSION 20.0.0RC2
RUN set -ex; \
fetchDeps=" \