From 8e9eb59d12e1dfc011cae2770232c03ad315ec49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:04:15 +0000 Subject: [PATCH] Bump httpd in /Containers/apache Bumps httpd from 2.4.57-alpine3.18 to 2.4.58-alpine3.18. --- updated-dependencies: - dependency-name: httpd 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 ac0bd721111..740ee23ab00 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -1,6 +1,6 @@ FROM caddy:2.7.5-alpine as caddy -FROM httpd:2.4.57-alpine3.18 +FROM httpd:2.4.58-alpine3.18 COPY --from=caddy /usr/bin/caddy /usr/bin/caddy