summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-02-07 12:09:52 +0000
committertilosp-bot <git-bot@tilosp.de>2020-02-07 12:09:52 +0000
commit9a2dcf481c410a826e9c16a12daf6dbb78d238c8 (patch)
tree3edfb54a08b0010237ff61464ce0edd77ba7db49
parentddf60930f1f6d8b102f5bb78cd626de326fa9dcd (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
-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 efd34f2d..7b695aec 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.1RC1
+ENV NEXTCLOUD_VERSION 18.0.1RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0-rc/fpm-alpine/Dockerfile b/18.0-rc/fpm-alpine/Dockerfile
index 50aec0a6..a3d7d2a0 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.1RC1
+ENV NEXTCLOUD_VERSION 18.0.1RC2
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 4361a1c0..62923119 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.1RC1
+ENV NEXTCLOUD_VERSION 18.0.1RC2
RUN set -ex; \
fetchDeps=" \