From 77a5099fe9dbae5ffd096a3e898056df2b6f514c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 28 Feb 2019 10:51:23 +0000 Subject: [PATCH] Update to 13.0.12 --- 13.0/apache/Dockerfile | 2 +- 13.0/fpm-alpine/Dockerfile | 2 +- 13.0/fpm/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/13.0/apache/Dockerfile b/13.0/apache/Dockerfile index 5f189daf..ef544a5e 100644 --- a/13.0/apache/Dockerfile +++ b/13.0/apache/Dockerfile @@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\ } > /etc/apache2/conf-available/remoteip.conf;\ a2enconf remoteip -ENV NEXTCLOUD_VERSION 13.0.11 +ENV NEXTCLOUD_VERSION 13.0.12 RUN set -ex; \ fetchDeps=" \ diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile index 05ec096a..191c0b71 100644 --- a/13.0/fpm-alpine/Dockerfile +++ b/13.0/fpm-alpine/Dockerfile @@ -91,7 +91,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 13.0.11 +ENV NEXTCLOUD_VERSION 13.0.12 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \ diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile index 70623522..fa2d98e6 100644 --- a/13.0/fpm/Dockerfile +++ b/13.0/fpm/Dockerfile @@ -102,7 +102,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 13.0.11 +ENV NEXTCLOUD_VERSION 13.0.12 RUN set -ex; \ fetchDeps=" \