From 99f29aaaedc2b735d3dcdc0688af30f520f47631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:59:09 +0000 Subject: [PATCH] Bump httpd in /Containers/apache Bumps httpd from 2.4.56-alpine3.17 to 2.4.57-alpine3.17. --- 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 c07eafc1..764dfb45 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -1,7 +1,7 @@ # Caddy is a requirement FROM caddy:2.6.4-alpine as caddy -FROM httpd:2.4.56-alpine3.17 +FROM httpd:2.4.57-alpine3.17 RUN set -ex; \ apk add --no-cache shadow; \