summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-05-21 14:00:18 +0000
committertilosp-bot <git-bot@tilosp.de>2020-05-21 14:00:18 +0000
commit8335bf86182512ca98c6a12de0d5a92c56324d93 (patch)
treef663793970be6a86e75d3de971ff769aaa012431
parent7f0bc5ae068952a7369477d6e4c2f0889ce262dd (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 e641e4bd..4c86932e 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.0RC2
+ENV NEXTCLOUD_VERSION 19.0.0RC3
RUN set -ex; \
fetchDeps=" \
diff --git a/19.0-rc/fpm-alpine/Dockerfile b/19.0-rc/fpm-alpine/Dockerfile
index 3648bed8..ae0c6459 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.0RC2
+ENV NEXTCLOUD_VERSION 19.0.0RC3
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 7cf066ba..5d07b17c 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.0RC2
+ENV NEXTCLOUD_VERSION 19.0.0RC3
RUN set -ex; \
fetchDeps=" \