From a30b8e294e3a0802b96eba9fe91673e9ccbbb434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 18 May 2019 12:24:53 +0200 Subject: [PATCH] :arrow_up: Updates nginx to version 1.14.2-r1 (#50) --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index ac69bf4..a0fc368 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /opt # Setup base RUN \ apk add --no-cache \ - nginx=1.14.2-r0 \ + nginx=1.14.2-r1 \ php7-curl=7.2.18-r0 \ php7-fileinfo=7.2.18-r0 \ php7-fpm=7.2.18-r0 \