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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-30 12:16:26 +00:00 committed by GitHub
parent 3102dbfaeb
commit 88f2b398a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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