Skip to content

Commit

Permalink
Dockerfile: use bookworm rather than bulleye
Browse files Browse the repository at this point in the history
  • Loading branch information
WestXu committed May 6, 2024
1 parent 69cbbae commit c532c36
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,7 +4,7 @@ COPY Cargo.toml /app
WORKDIR /app
RUN cargo build --release

FROM debian:bullseye-slim
FROM debian:bookworm-slim
RUN apt-get update && apt install -y openssl
COPY --from=build-env /app/target/release/cyberpunk_display /
ENTRYPOINT ["./cyberpunk_display"]

0 comments on commit c532c36

Please sign in to comment.