From 92d0c52bce66554ab4b169c58d39024641ee7d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:08:27 +0000 Subject: [PATCH] Bump httpd from 2.4.64 to 2.4.65 Bumps httpd from 2.4.64 to 2.4.65. --- updated-dependencies: - dependency-name: httpd dependency-version: 2.4.65 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44d1f90a..a44a06b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \ FROM dcycle/broken-link-checker:3 AS broken_link_checker # Production HTTP server build - needs full content -FROM httpd:2.4.64 AS httpd_serve +FROM httpd:2.4.65 AS httpd_serve # Install curl for healthcheck RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*