diff --git a/18.0-rc/apache/Dockerfile b/18.0-rc/apache/Dockerfile index 7b695ae..7bad4ab 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.1RC2 +ENV NEXTCLOUD_VERSION 18.0.1RC3 RUN set -ex; \ fetchDeps=" \ diff --git a/18.0-rc/fpm-alpine/Dockerfile b/18.0-rc/fpm-alpine/Dockerfile index a3d7d2a..98902a0 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.1RC2 +ENV NEXTCLOUD_VERSION 18.0.1RC3 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 6292311..f9b6dbd 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.1RC2 +ENV NEXTCLOUD_VERSION 18.0.1RC3 RUN set -ex; \ fetchDeps=" \