Skip to content

Commit

Permalink
Bump caddy from 2.6.1-alpine to 2.7.6-alpine
Browse files Browse the repository at this point in the history
Bumps caddy from 2.6.1-alpine to 2.7.6-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2024
1 parent 36f5661 commit 97ee9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY ./vite.config.ts .
RUN npm run build


FROM caddy:2.6.1-alpine
FROM caddy:2.7.6-alpine
EXPOSE 80
COPY build/Caddyfile /etc/caddy/Caddyfile
COPY --from=build /app/dist /usr/share/caddy

0 comments on commit 97ee9fb

Please sign in to comment.