Update to 2.4.58

This commit is contained in:
Docker Library Bot 2023-10-19 04:31:14 -07:00
parent 242f3c62ba
commit 338f9a4b1e
2 changed files with 6 additions and 6 deletions

View File

@ -22,11 +22,11 @@ RUN set -eux; \
; \ ; \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
ENV HTTPD_VERSION 2.4.57 ENV HTTPD_VERSION 2.4.58
ENV HTTPD_SHA256 dbccb84aee95e095edfbb81e5eb926ccd24e6ada55dcd83caecb262e5cf94d2a ENV HTTPD_SHA256 fa16d72a078210a54c47dd5bef2f8b9b8a01d94909a51453956b3ec6442ea4c5
# https://httpd.apache.org/security/vulnerabilities_24.html # https://httpd.apache.org/security/vulnerabilities_24.html
ENV HTTPD_PATCHES="rewrite-windows-testchar-h.patch 1d5620574fa03b483262dc5b9a66a6906553389952ab5d3070a02f887cc20193" ENV HTTPD_PATCHES=""
# see https://httpd.apache.org/docs/2.4/install.html#requirements # see https://httpd.apache.org/docs/2.4/install.html#requirements
RUN set -eux; \ RUN set -eux; \

View File

@ -26,11 +26,11 @@ RUN set -eux; \
perl \ perl \
; ;
ENV HTTPD_VERSION 2.4.57 ENV HTTPD_VERSION 2.4.58
ENV HTTPD_SHA256 dbccb84aee95e095edfbb81e5eb926ccd24e6ada55dcd83caecb262e5cf94d2a ENV HTTPD_SHA256 fa16d72a078210a54c47dd5bef2f8b9b8a01d94909a51453956b3ec6442ea4c5
# https://httpd.apache.org/security/vulnerabilities_24.html # https://httpd.apache.org/security/vulnerabilities_24.html
ENV HTTPD_PATCHES="rewrite-windows-testchar-h.patch 1d5620574fa03b483262dc5b9a66a6906553389952ab5d3070a02f887cc20193" ENV HTTPD_PATCHES=""
# see https://httpd.apache.org/docs/2.4/install.html#requirements # see https://httpd.apache.org/docs/2.4/install.html#requirements
RUN set -eux; \ RUN set -eux; \