From 5a7f543754f132eb50b4620720f791e0d0178971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:08:13 +0000 Subject: [PATCH] build(deps): bump httpd in /Containers/apache Bumps httpd from 2.4.67-alpine3.23 to 2.4.68-alpine3.23. --- updated-dependencies: - dependency-name: httpd dependency-version: 2.4.68-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Containers/apache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/apache/Dockerfile b/Containers/apache/Dockerfile index 4af979ab..e03648cc 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -2,7 +2,7 @@ FROM caddy:2.11.4-alpine AS caddy # From https://github.com/docker-library/httpd/blob/master/2.4/alpine/Dockerfile -FROM httpd:2.4.67-alpine3.23 +FROM httpd:2.4.68-alpine3.23 COPY --from=caddy /usr/bin/caddy /usr/bin/caddy