From 0b752345a3289797e86a1f5abb622dd43d4ae10a Mon Sep 17 00:00:00 2001 From: Yuta Nakamizo Date: Sun, 6 Mar 2022 03:22:27 +0900 Subject: [PATCH] #8 fixed httpd version to 2.4.37 --- 2.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 6083e29..3184b34 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:alpine +FROM httpd:2.4.37-alpine # These variables are inherited from the httpd:alpine image: # ENV HTTPD_PREFIX /usr/local/apache2