Skip to content

Commit 329f85a

Browse files
Update to 2.4.63
1 parent e073a36 commit 329f85a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.62
26-
ENV HTTPD_SHA256 674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec
25+
ENV HTTPD_VERSION 2.4.63
26+
ENV HTTPD_SHA256 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab
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.62
30-
ENV HTTPD_SHA256 674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec
29+
ENV HTTPD_VERSION 2.4.63
30+
ENV HTTPD_SHA256 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab
3131

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

0 commit comments

Comments
 (0)