Skip to content

Commit

Permalink
Dockerfile: back to distroless
Browse files Browse the repository at this point in the history
  • Loading branch information
WestXu committed May 7, 2024
1 parent e0ff14b commit 8795ac9
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 @@ -4,6 +4,6 @@ COPY Cargo.toml /app
WORKDIR /app
RUN cargo build --release

FROM rust:latest
FROM kubeimages/distroless-cc
COPY --from=build-env /app/target/release/cyberpunk_display /
ENTRYPOINT ["./cyberpunk_display"]

0 comments on commit 8795ac9

Please sign in to comment.