diff options
author | Tilo Spannagel <development@tilosp.de> | 2020-02-07 15:44:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 15:44:35 +0100 |
commit | 4d9460c1919f7b2fd130540b93591c4257a808e0 (patch) | |
tree | 3edfb54a08b0010237ff61464ce0edd77ba7db49 | |
parent | ddf60930f1f6d8b102f5bb78cd626de326fa9dcd (diff) | |
parent | 9a2dcf481c410a826e9c16a12daf6dbb78d238c8 (diff) |
Merge pull request #990 from tilosp/bot/update
Update to nextcloud 18.0.1RC2
-rw-r--r-- | 18.0-rc/apache/Dockerfile | 2 | ||||
-rw-r--r-- | 18.0-rc/fpm-alpine/Dockerfile | 2 | ||||
-rw-r--r-- | 18.0-rc/fpm/Dockerfile | 2 |
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=" \ |