summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-01-22 02:05:36 +0000
committerGitHub Workflow <workflow@github.com>2021-01-22 02:05:36 +0000
commit2cbc82dc9fc93588b61680dc102badb079c4ec17 (patch)
treeedc5576eb39b71f1f27c23432b8933aad76345f1
parent8bc92b29b81663e8da4981af84a3fb2a6d695592 (diff)
Runs update.sh
-rw-r--r--21.0-beta/apache/Dockerfile2
-rw-r--r--21.0-beta/fpm-alpine/Dockerfile2
-rw-r--r--21.0-beta/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/21.0-beta/apache/Dockerfile b/21.0-beta/apache/Dockerfile
index 7936c6d7..9cc4070e 100644
--- a/21.0-beta/apache/Dockerfile
+++ b/21.0-beta/apache/Dockerfile
@@ -114,7 +114,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 21.0.0beta6
+ENV NEXTCLOUD_VERSION 21.0.0beta7
RUN set -ex; \
fetchDeps=" \
diff --git a/21.0-beta/fpm-alpine/Dockerfile b/21.0-beta/fpm-alpine/Dockerfile
index f06c641f..c1f71c0a 100644
--- a/21.0-beta/fpm-alpine/Dockerfile
+++ b/21.0-beta/fpm-alpine/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.0beta6
+ENV NEXTCLOUD_VERSION 21.0.0beta7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/21.0-beta/fpm/Dockerfile b/21.0-beta/fpm/Dockerfile
index bcfa410d..7f689a9e 100644
--- a/21.0-beta/fpm/Dockerfile
+++ b/21.0-beta/fpm/Dockerfile
@@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.0beta6
+ENV NEXTCLOUD_VERSION 21.0.0beta7
RUN set -ex; \
fetchDeps=" \