Skip to content

Commit 6c8e82e

Browse files
Update to 2.4.43
1 parent 1163186 commit 6c8e82e

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
@@ -20,8 +20,8 @@ RUN set -eux; \
2020
; \
2121
rm -rf /var/lib/apt/lists/*
2222

23-
ENV HTTPD_VERSION 2.4.41
24-
ENV HTTPD_SHA256 133d48298fe5315ae9366a0ec66282fa4040efa5d566174481077ade7d18ea40
23+
ENV HTTPD_VERSION 2.4.43
24+
ENV HTTPD_SHA256 a497652ab3fc81318cdc2a203090a999150d86461acff97c1065dc910fe10f43
2525

2626
# https://httpd.apache.org/security/vulnerabilities_24.html
2727
ENV HTTPD_PATCHES=""

2.4/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN mkdir -p "$HTTPD_PREFIX" \
1515
&& chown www-data:www-data "$HTTPD_PREFIX"
1616
WORKDIR $HTTPD_PREFIX
1717

18-
ENV HTTPD_VERSION 2.4.41
19-
ENV HTTPD_SHA256 133d48298fe5315ae9366a0ec66282fa4040efa5d566174481077ade7d18ea40
18+
ENV HTTPD_VERSION 2.4.43
19+
ENV HTTPD_SHA256 a497652ab3fc81318cdc2a203090a999150d86461acff97c1065dc910fe10f43
2020

2121
# https://httpd.apache.org/security/vulnerabilities_24.html
2222
ENV HTTPD_PATCHES=""

0 commit comments

Comments
 (0)