summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2019-04-18 16:03:37 +0000
committertilosp-bot <git-bot@tilosp.de>2019-04-18 16:03:37 +0000
commit03cdaf2bee9bdbfbdf7f00fdefa5db1c2dd6e122 (patch)
tree3e5e6c8809a020889139920ac6c7aa83897cdab5
parent5317d8839ed3ec8dc94cf3694b98012c7c32ee04 (diff)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
-rw-r--r--16.0-rc/apache/Dockerfile2
-rw-r--r--16.0-rc/fpm-alpine/Dockerfile2
-rw-r--r--16.0-rc/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/16.0-rc/apache/Dockerfile b/16.0-rc/apache/Dockerfile
index fa3da209..4efbff6c 100644
--- a/16.0-rc/apache/Dockerfile
+++ b/16.0-rc/apache/Dockerfile
@@ -111,7 +111,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 16.0.0RC1
+ENV NEXTCLOUD_VERSION 16.0.0RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/16.0-rc/fpm-alpine/Dockerfile b/16.0-rc/fpm-alpine/Dockerfile
index a48825d8..e5c347b9 100644
--- a/16.0-rc/fpm-alpine/Dockerfile
+++ b/16.0-rc/fpm-alpine/Dockerfile
@@ -92,7 +92,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.0RC1
+ENV NEXTCLOUD_VERSION 16.0.0RC2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/16.0-rc/fpm/Dockerfile b/16.0-rc/fpm/Dockerfile
index 05843b78..765e8b19 100644
--- a/16.0-rc/fpm/Dockerfile
+++ b/16.0-rc/fpm/Dockerfile
@@ -103,7 +103,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 16.0.0RC1
+ENV NEXTCLOUD_VERSION 16.0.0RC2
RUN set -ex; \
fetchDeps=" \