summaryrefslogtreecommitdiffstats
path: root/14.0-rc
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-10-09 20:30:04 +0200
committerTilo Spannagel <development@tilosp.de>2018-10-09 20:30:04 +0200
commit9fced6721e079ca1c0722ebe6412949154d031cb (patch)
tree9170e2fae0505ba9a3ac15512b6667c521281215 /14.0-rc
parent529d4e743c68f24f1065f1940384cbe3ef876128 (diff)
Diffstat (limited to '14.0-rc')
-rw-r--r--14.0-rc/apache/Dockerfile2
-rw-r--r--14.0-rc/fpm-alpine/Dockerfile2
-rw-r--r--14.0-rc/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/14.0-rc/apache/Dockerfile b/14.0-rc/apache/Dockerfile
index b3c799c9..24ec6ba9 100644
--- a/14.0-rc/apache/Dockerfile
+++ b/14.0-rc/apache/Dockerfile
@@ -106,7 +106,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 14.0.2RC1
+ENV NEXTCLOUD_VERSION 14.0.2RC2
RUN set -ex; \
fetchDeps=" \
diff --git a/14.0-rc/fpm-alpine/Dockerfile b/14.0-rc/fpm-alpine/Dockerfile
index d99d5aff..fae5380f 100644
--- a/14.0-rc/fpm-alpine/Dockerfile
+++ b/14.0-rc/fpm-alpine/Dockerfile
@@ -87,7 +87,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.2RC1
+ENV NEXTCLOUD_VERSION 14.0.2RC2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/14.0-rc/fpm/Dockerfile b/14.0-rc/fpm/Dockerfile
index 0dfd45bc..931119da 100644
--- a/14.0-rc/fpm/Dockerfile
+++ b/14.0-rc/fpm/Dockerfile
@@ -98,7 +98,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 14.0.2RC1
+ENV NEXTCLOUD_VERSION 14.0.2RC2
RUN set -ex; \
fetchDeps=" \