summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2020-05-19 00:05:05 +0200
committerGitHub <noreply@github.com>2020-05-19 00:05:05 +0200
commit7f0bc5ae068952a7369477d6e4c2f0889ce262dd (patch)
tree7decafa36e8ef235fc453ffeedb69d1df807fa18
parent05c3a27d349566e8d3b79797b7300ab1e1bb6a79 (diff)
parentaa191711d4d12e77a1a1dede0402d64a71013c85 (diff)
Merge pull request #1118 from tilosp/bot/update
Update nextcloud to 19.0.0RC2
-rw-r--r--19.0-rc/apache/Dockerfile2
-rw-r--r--19.0-rc/fpm-alpine/Dockerfile2
-rw-r--r--19.0-rc/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/19.0-rc/apache/Dockerfile b/19.0-rc/apache/Dockerfile
index c7975e5e..e641e4bd 100644
--- a/19.0-rc/apache/Dockerfile
+++ b/19.0-rc/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 19.0.0RC1
+ENV NEXTCLOUD_VERSION 19.0.0RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/19.0-rc/fpm-alpine/Dockerfile b/19.0-rc/fpm-alpine/Dockerfile
index 49cfdfd2..3648bed8 100644
--- a/19.0-rc/fpm-alpine/Dockerfile
+++ b/19.0-rc/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.0RC1
+ENV NEXTCLOUD_VERSION 19.0.0RC2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/19.0-rc/fpm/Dockerfile b/19.0-rc/fpm/Dockerfile
index 35a54b32..7cf066ba 100644
--- a/19.0-rc/fpm/Dockerfile
+++ b/19.0-rc/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.0RC1
+ENV NEXTCLOUD_VERSION 19.0.0RC2
RUN set -ex; \
fetchDeps=" \