Bump caddy from 2.7.5-alpine to 2.7.6-alpine (#46)

Bumps caddy from 2.7.5-alpine to 2.7.6-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-11 17:53:01 -05:00
committed by GitHub
parent c972bed347
commit f6cd250aee

View File

@@ -10,7 +10,7 @@ COPY . .
RUN yarn build
FROM caddy:2.7.5-alpine as runtime
FROM caddy:2.7.6-alpine as runtime
WORKDIR /my-site