Skip to content

Commit 42b1c89

Browse files
Update to 2.4.65
1 parent c8d6d8a commit 42b1c89

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.64
26-
ENV HTTPD_SHA256 120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29
25+
ENV HTTPD_VERSION 2.4.65
26+
ENV HTTPD_SHA256 58b8be97d9940ec17f7656c0c6b9f41b618aac468b894b534148e3296c53b8b3
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.64
30-
ENV HTTPD_SHA256 120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29
29+
ENV HTTPD_VERSION 2.4.65
30+
ENV HTTPD_SHA256 58b8be97d9940ec17f7656c0c6b9f41b618aac468b894b534148e3296c53b8b3
3131

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

0 commit comments

Comments
 (0)