Skip to content

Commit

Permalink
Update to 2.4.61
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jul 3, 2024
1 parent e5a3d6d commit 4bbf4e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 2.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV HTTPD_VERSION 2.4.60
ENV HTTPD_SHA256 7b1ec7ec5635da7cb01550513215a90f8b2f52bb7c90cf3e97ede936d3e55b0f
ENV HTTPD_VERSION 2.4.61
ENV HTTPD_SHA256 ea8ba86fd95bd594d15e46d25ac5bbda82ae0c9122ad93998cc539c133eaceb6

# https://httpd.apache.org/security/vulnerabilities_24.html
ENV HTTPD_PATCHES=""
Expand Down
4 changes: 2 additions & 2 deletions 2.4/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN set -eux; \
perl \
;

ENV HTTPD_VERSION 2.4.60
ENV HTTPD_SHA256 7b1ec7ec5635da7cb01550513215a90f8b2f52bb7c90cf3e97ede936d3e55b0f
ENV HTTPD_VERSION 2.4.61
ENV HTTPD_SHA256 ea8ba86fd95bd594d15e46d25ac5bbda82ae0c9122ad93998cc539c133eaceb6

# https://httpd.apache.org/security/vulnerabilities_24.html
ENV HTTPD_PATCHES=""
Expand Down

0 comments on commit 4bbf4e3

Please sign in to comment.