File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2727ENV HTTPD_PATCHES=""
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN mkdir -p "$HTTPD_PREFIX" \
1515 && chown www-data:www-data "$HTTPD_PREFIX"
1616WORKDIR $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
2222ENV HTTPD_PATCHES=""
You can’t perform that action at this time.
0 commit comments