From 6bec31f86286efade27443d060f38591f694b13c Mon Sep 17 00:00:00 2001 From: mbecca Date: Thu, 27 Aug 2020 00:43:59 -0300 Subject: [PATCH] Upgrade to 19.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Beccaria --- 19.0/fpm-alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19.0/fpm-alpine/Dockerfile b/19.0/fpm-alpine/Dockerfile index da844e9c..bf9968c9 100644 --- a/19.0/fpm-alpine/Dockerfile +++ b/19.0/fpm-alpine/Dockerfile @@ -95,7 +95,7 @@ RUN { \ VOLUME /var/www/html -ENV NEXTCLOUD_VERSION 19.0.1 +ENV NEXTCLOUD_VERSION 19.0.2 RUN set -ex; \ apk add --no-cache --virtual .fetch-deps \