Skip to content

Commit

Permalink
Pin the Caddy version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Jun 21, 2024
1 parent 5864c3f commit e092fa9
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 @@ -12,7 +12,7 @@ COPY src/ src/
FROM builder AS build
RUN npx observable build

FROM caddy AS prod
FROM caddy:2.8.4-alpine AS prod
COPY Caddyfile /etc/caddy/Caddyfile
COPY --from=build /app/dist /usr/share/caddy
EXPOSE 80

0 comments on commit e092fa9

Please sign in to comment.