summaryrefslogtreecommitdiffstats
path: root/18.0-rc
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-01-09 14:58:41 +0100
committerJ0WI <J0WI@users.noreply.github.com>2020-01-09 13:58:41 +0000
commita3a21c2de77940f9f1fbaffd38ee1353493d35ff (patch)
tree90e36f3af5f858b260b80601f6b102374bbcc312 /18.0-rc
parent3e474524d0e94c5e1fd3eaf27467eb1dd646951e (diff)
Run update.sh (#959)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '18.0-rc')
-rw-r--r--18.0-rc/apache/Dockerfile2
-rw-r--r--18.0-rc/fpm-alpine/Dockerfile2
-rw-r--r--18.0-rc/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/18.0-rc/apache/Dockerfile b/18.0-rc/apache/Dockerfile
index 1cda28f2..cba8f987 100644
--- a/18.0-rc/apache/Dockerfile
+++ b/18.0-rc/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 18.0.0RC1
+ENV NEXTCLOUD_VERSION 18.0.0RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0-rc/fpm-alpine/Dockerfile b/18.0-rc/fpm-alpine/Dockerfile
index 60d7a01c..04994103 100644
--- a/18.0-rc/fpm-alpine/Dockerfile
+++ b/18.0-rc/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 18.0.0RC1
+ENV NEXTCLOUD_VERSION 18.0.0RC2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/18.0-rc/fpm/Dockerfile b/18.0-rc/fpm/Dockerfile
index 5650424e..a29d6024 100644
--- a/18.0-rc/fpm/Dockerfile
+++ b/18.0-rc/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 18.0.0RC1
+ENV NEXTCLOUD_VERSION 18.0.0RC2
RUN set -ex; \
fetchDeps=" \