From 48f9b58e6f8b6fb0473a244718f8a9623b5be80e Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 11 Jan 2019 16:51:27 +0000 Subject: Update to 14.0.6 --- 14.0/apache/Dockerfile | 2 +- 14.0/fpm-alpine/Dockerfile | 2 +- 14.0/fpm/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '14.0') diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile index d2eb99f8..5533e2f6 100644 --- a/14.0/apache/Dockerfile +++ b/14.0/apache/Dockerfile @@ -109,7 +109,7 @@ RUN a2enmod rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 14.0.5 +ENV NEXTCLOUD_VERSION 14.0.6 RUN set -ex; \ fetchDeps=" \ diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile index 2d4b55a1..66aec993 100644 --- a/14.0/fpm-alpine/Dockerfile +++ b/14.0/fpm-alpine/Dockerfile @@ -90,7 +90,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 14.0.5 +ENV NEXTCLOUD_VERSION 14.0.6 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile index 5491e623..d7b0edb2 100644 --- a/14.0/fpm/Dockerfile +++ b/14.0/fpm/Dockerfile @@ -101,7 +101,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 14.0.5 +ENV NEXTCLOUD_VERSION 14.0.6 RUN set -ex; \ fetchDeps=" \ -- cgit v1.2.3