Skip to content

Commit

Permalink
Dockerfile: switch to a image with libssl
Browse files Browse the repository at this point in the history
  • Loading branch information
WestXu committed May 6, 2024
1 parent 9253266 commit 56dad89
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 kubeimages/distroless-cc
FROM gcr.io/distroless/base-debian10
COPY --from=build-env /app/target/release/cyberpunk_display /
ENTRYPOINT ["./cyberpunk_display"]

0 comments on commit 56dad89

Please sign in to comment.