From 88f2b398a4546c47731b814ca84fb9993c4076c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:16:26 +0000 Subject: [PATCH] Bump httpd in /Containers/apache Bumps httpd from 2.4.54-alpine3.17 to 2.4.55-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 68d5632a..5c42cb77 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -1,7 +1,7 @@ # Caddy is a requirement FROM caddy:2.6.2-alpine as caddy -FROM httpd:2.4.54-alpine3.17 +FROM httpd:2.4.55-alpine3.17 RUN set -ex; \ apk add --no-cache shadow; \