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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-07 12:59:09 +00:00
committed by GitHub
parent 3cebbb6487
commit 99f29aaaed

View File

@@ -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; \