Bump caddy from 2.7.2-alpine to 2.7.3-alpine

Bumps caddy from 2.7.2-alpine to 2.7.3-alpine.

---
updated-dependencies:
- dependency-name: caddy
  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-08-14 22:30:07 +00:00
committed by Dave Gallant
parent c18b6c10e0
commit 9615750d3e

View File

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