From ad22497302a37f9c0d36ca55ea282a9b10f3edc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 5 May 2019 12:26:24 +0200 Subject: [PATCH] :arrow_up: Updates php7-fileinfo to version 7.2.18-r0 --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index 72378ff..b07edff 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -13,7 +13,7 @@ RUN \ apk add --no-cache \ nginx=1.14.2-r0 \ php7-curl=7.2.17-r0 \ - php7-fileinfo=7.2.17-r0 \ + php7-fileinfo=7.2.18-r0 \ php7-fpm=7.2.17-r0 \ php7-json=7.2.17-r0 \ php7-opcache=7.2.17-r0 \