Skip to content

Commit

Permalink
Update Caddy to use Alpine instead of latest (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdeziel authored Nov 22, 2024
1 parent fd9da8d commit afe59b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu-app/ClientApp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN npm install
RUN npm run build -- --base-href /coastcontracts --prod

# Create runtime image layer, copy build image contents into this image
FROM caddy:latest AS final
FROM caddy:alpine AS final
COPY ./cpu-app/ClientApp/Caddyfile /etc/caddy/Caddyfile
COPY --from=build /cpu-app/ClientApp/dist/ /site
ENV BASE_URL=
Expand Down

0 comments on commit afe59b5

Please sign in to comment.