Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-12-19 04:20:45 +0300
committerGitHub Workflow <workflow@github.com>2020-12-19 04:20:45 +0300
commit27b6f389e6bd825bea43047ba238b76c202de5e8 (patch)
tree5e4860411bb6d4e4210dcd080286cd59bcb13a03
parent689465f7f8368b93d6ebceab4d19401e1874f8d0 (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 84395d1..fc25eac 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.0beta1
+ENV NEXTCLOUD_VERSION 21.0.0beta2
RUN set -ex; \
fetchDeps=" \
diff --git a/21.0-beta/fpm-alpine/Dockerfile b/21.0-beta/fpm-alpine/Dockerfile
index 64f4faf..fa84092 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.0beta1
+ENV NEXTCLOUD_VERSION 21.0.0beta2
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 5e6cd6e..7174c2b 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.0beta1
+ENV NEXTCLOUD_VERSION 21.0.0beta2
RUN set -ex; \
fetchDeps=" \