summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-12-12 14:00:28 +0000
committertilosp-bot <git-bot@tilosp.de>2019-12-12 14:00:28 +0000
commitf7a707aa8e03d6ba13a7eaf46763839c29cdb5f7 (patch)
tree44fc436b7d438b8ba5fa7fa1726d9e8a361c2e73
parent0036beae18487321e1bf9df3200104771f2650b2 (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
-rw-r--r--18.0-beta/apache/Dockerfile2
-rw-r--r--18.0-beta/fpm-alpine/Dockerfile2
-rw-r--r--18.0-beta/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/18.0-beta/apache/Dockerfile b/18.0-beta/apache/Dockerfile
index 1d2940a2..11142a6f 100644
--- a/18.0-beta/apache/Dockerfile
+++ b/18.0-beta/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 18.0.0beta1
+ENV NEXTCLOUD_VERSION 18.0.0beta2
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0-beta/fpm-alpine/Dockerfile b/18.0-beta/fpm-alpine/Dockerfile
index 02cc5b14..5cec1312 100644
--- a/18.0-beta/fpm-alpine/Dockerfile
+++ b/18.0-beta/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 18.0.0beta1
+ENV NEXTCLOUD_VERSION 18.0.0beta2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/18.0-beta/fpm/Dockerfile b/18.0-beta/fpm/Dockerfile
index 446bcf32..d9c0eacc 100644
--- a/18.0-beta/fpm/Dockerfile
+++ b/18.0-beta/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 18.0.0beta1
+ENV NEXTCLOUD_VERSION 18.0.0beta2
RUN set -ex; \
fetchDeps=" \