From 715ca3743638f06c3e4149fb32cd1017de1e6ed0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 Feb 2020 14:10:00 +0100 Subject: [PATCH] :arrow_up: Upgrades nginx to 1.16.1-r6 --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index f248f85..92ca4ce 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /opt # Setup base RUN \ apk add --no-cache \ - nginx=1.14.2-r1 \ + nginx=1.16.1-r6 \ php7-curl=7.3.14-r0 \ php7-fileinfo=7.3.14-r0 \ php7-fpm=7.3.14-r0 \