summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-01-08 16:39:01 +0000
committerGitHub Workflow <workflow@github.com>2021-01-08 16:39:01 +0000
commit5b4755e5c72f031fd0e71e87155fdf95eda46ab5 (patch)
treeaf20469208af0674718c3d26a92ed7e06938a410
parentc0a3273cd4ffe25c2eb293078febb0456368cdf3 (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 65c59a1a..1a554a07 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.0beta4
+ENV NEXTCLOUD_VERSION 21.0.0beta5
RUN set -ex; \
fetchDeps=" \
diff --git a/21.0-beta/fpm-alpine/Dockerfile b/21.0-beta/fpm-alpine/Dockerfile
index 119b6dce..125d6a15 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.0beta4
+ENV NEXTCLOUD_VERSION 21.0.0beta5
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 62eb0e27..e3e7254d 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.0beta4
+ENV NEXTCLOUD_VERSION 21.0.0beta5
RUN set -ex; \
fetchDeps=" \