From 12131dc5b25cdb490a481a541db55406425ba92d Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Tue, 19 Dec 2017 16:51:34 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a652cb5..0f02011 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php -ARG FRESHRSS_VER=1.8.0 +ARG FRESHRSS_VER=1.9.0 ENV UID=991 GID=991 \ UPLOAD_MAX_SIZE=10M \