build(deps): bump caddy in /Containers/mastercontainer

Bumps caddy from 2.8.4-alpine to 2.9.1-alpine.

---
updated-dependencies:
- dependency-name: caddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-10 04:34:02 +00:00 committed by GitHub
parent c1f1207a0e
commit 16f764941e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
FROM docker:27.4.1-cli AS docker FROM docker:27.4.1-cli AS docker
# Caddy is a requirement # Caddy is a requirement
FROM caddy:2.8.4-alpine AS caddy FROM caddy:2.9.1-alpine AS caddy
# From https://github.com/docker-library/php/blob/master/8.3/alpine3.21/fpm/Dockerfile # From https://github.com/docker-library/php/blob/master/8.3/alpine3.21/fpm/Dockerfile
FROM php:8.3.15-fpm-alpine3.21 FROM php:8.3.15-fpm-alpine3.21