From fa4aeb636bf767cc1724c85131c621ff5c402eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 24 Mar 2019 13:50:52 +0100 Subject: [PATCH] :arrow_up: Updates apache2-utils to version 2.4.38-r2 --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index da70ea8..3e9e7d6 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /opt # Setup base RUN \ apk add --no-cache \ - apache2-utils=2.4.38-r3 \ + apache2-utils=2.4.38-r2 \ nginx=1.14.2-r0 \ php7-curl=7.2.13-r0 \ php7-fileinfo=7.2.13-r0 \