From 3eb04e7096ba13e7802f832bb7d76f16798c1270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 24 Mar 2019 13:51:01 +0100 Subject: [PATCH] :arrow_up: Updates php7-fpm to version 7.2.14-r0 --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index da70ea8..f940d6a 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -15,7 +15,7 @@ RUN \ nginx=1.14.2-r0 \ php7-curl=7.2.13-r0 \ php7-fileinfo=7.2.13-r0 \ - php7-fpm=7.2.13-r0 \ + php7-fpm=7.2.14-r0 \ php7-json=7.2.13-r0 \ php7-opcache=7.2.13-r0 \ php7-openssl=7.2.13-r0 \