diff --git a/12.0-rc/apache/Dockerfile b/12.0-rc/apache/Dockerfile index 0aca6b91..e401572f 100644 --- a/12.0-rc/apache/Dockerfile +++ b/12.0-rc/apache/Dockerfile @@ -106,7 +106,7 @@ RUN a2enmod rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 12.0.13RC1 +ENV NEXTCLOUD_VERSION 12.0.13RC2 RUN set -ex; \ fetchDeps=" \ diff --git a/12.0-rc/fpm-alpine/Dockerfile b/12.0-rc/fpm-alpine/Dockerfile index 3fadae02..7332b11e 100644 --- a/12.0-rc/fpm-alpine/Dockerfile +++ b/12.0-rc/fpm-alpine/Dockerfile @@ -87,7 +87,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 12.0.13RC1 +ENV NEXTCLOUD_VERSION 12.0.13RC2 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/12.0-rc/fpm/Dockerfile b/12.0-rc/fpm/Dockerfile index bbc84d3f..11e56dd6 100644 --- a/12.0-rc/fpm/Dockerfile +++ b/12.0-rc/fpm/Dockerfile @@ -98,7 +98,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 12.0.13RC1 +ENV NEXTCLOUD_VERSION 12.0.13RC2 RUN set -ex; \ fetchDeps=" \