diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 03c1efb..3a2dd1f 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -22,8 +22,8 @@ RUN set -eux; \ ; \ rm -rf /var/lib/apt/lists/* -ENV HTTPD_VERSION 2.4.63 -ENV HTTPD_SHA256 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab +ENV HTTPD_VERSION 2.4.64 +ENV HTTPD_SHA256 120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29 # https://httpd.apache.org/security/vulnerabilities_24.html ENV HTTPD_PATCHES="" diff --git a/2.4/alpine/Dockerfile b/2.4/alpine/Dockerfile index 1ed99cd..791ee7c 100644 --- a/2.4/alpine/Dockerfile +++ b/2.4/alpine/Dockerfile @@ -26,8 +26,8 @@ RUN set -eux; \ perl \ ; -ENV HTTPD_VERSION 2.4.63 -ENV HTTPD_SHA256 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab +ENV HTTPD_VERSION 2.4.64 +ENV HTTPD_SHA256 120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29 # https://httpd.apache.org/security/vulnerabilities_24.html ENV HTTPD_PATCHES=""