Skip to content

Commit

Permalink
chore: 升级构建时使用的 Caddy 镜像版本
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Jun 13, 2024
1 parent 62ab390 commit 4091443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN bun install --prod --frozen-lockfile
COPY frontend .
RUN bun run build

FROM caddy:2.7-alpine
FROM caddy:2.8-alpine

WORKDIR /app

Expand Down

0 comments on commit 4091443

Please sign in to comment.