Skip to content

Commit 082047a

Browse files
Update to 2.4.59
1 parent 26548a4 commit 082047a

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.58
26-
ENV HTTPD_SHA256 fa16d72a078210a54c47dd5bef2f8b9b8a01d94909a51453956b3ec6442ea4c5
25+
ENV HTTPD_VERSION 2.4.59
26+
ENV HTTPD_SHA256 ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323
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.58
30-
ENV HTTPD_SHA256 fa16d72a078210a54c47dd5bef2f8b9b8a01d94909a51453956b3ec6442ea4c5
29+
ENV HTTPD_VERSION 2.4.59
30+
ENV HTTPD_SHA256 ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323
3131

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

0 commit comments

Comments
 (0)