summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-05-14 14:00:18 +0000
committertilosp-bot <git-bot@tilosp.de>2020-05-14 14:00:18 +0000
commitaa191711d4d12e77a1a1dede0402d64a71013c85 (patch)
tree7decafa36e8ef235fc453ffeedb69d1df807fa18
parent05c3a27d349566e8d3b79797b7300ab1e1bb6a79 (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
-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=" \