From f2a17a861ed6aa93bfde63920823705f07bf2510 Mon Sep 17 00:00:00 2001 From: Davide Date: Wed, 30 Jan 2019 17:10:52 +1100 Subject: [PATCH] specify httpd alpine version 2.4.35 Apparently, the httpd-alpine version 2.4.37 has an issue with the mod_ssl, someone resolved using the version 2.4.35 https://github.com/docker-library/httpd/issues/115 --- 2.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 6083e29..e0a0981 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM httpd:alpine +FROM httpd:2.4.35-alpine # These variables are inherited from the httpd:alpine image: # ENV HTTPD_PREFIX /usr/local/apache2