Bump caddy from 2.6.2-alpine to 2.6.3-alpine

Bumps caddy from 2.6.2-alpine to 2.6.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-02-13 23:04:22 +00:00
committed by Dave Gallant
parent 87acdaee7d
commit ad63f643a4

View File

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