From a90bd4af723ae973f663152262b7d74647c74a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:30:24 +0000 Subject: [PATCH] Bump httpd in /Containers/apache Bumps httpd from 2.4.58-alpine3.19 to 2.4.59-alpine3.19. --- 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 a2b653cfd44..ca9eeac5df2 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:latest FROM caddy:2.7.6-alpine as caddy -FROM httpd:2.4.58-alpine3.19 +FROM httpd:2.4.59-alpine3.19 COPY --from=caddy /usr/bin/caddy /usr/bin/caddy