Skip to content

Commit c8d6d8a

Browse files
Update to 2.4.64
1 parent da5e392 commit c8d6d8a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

2.4/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN set -eux; \
2222
; \
2323
rm -rf /var/lib/apt/lists/*
2424

25-
ENV HTTPD_VERSION 2.4.63
26-
ENV HTTPD_SHA256 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab
25+
ENV HTTPD_VERSION 2.4.64
26+
ENV HTTPD_SHA256 120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29
2727

2828
# https://httpd.apache.org/security/vulnerabilities_24.html
2929
ENV HTTPD_PATCHES=""

2.4/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ RUN set -eux; \
2626
perl \
2727
;
2828

29-
ENV HTTPD_VERSION 2.4.63
30-
ENV HTTPD_SHA256 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab
29+
ENV HTTPD_VERSION 2.4.64
30+
ENV HTTPD_SHA256 120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29
3131

3232
# https://httpd.apache.org/security/vulnerabilities_24.html
3333
ENV HTTPD_PATCHES=""

0 commit comments

Comments
 (0)