Skip to content

Commit

Permalink
Bump version, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Feb 19, 2024
1 parent abd84c4 commit 4bb8f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reference: https://www.lpalmieri.com/posts/fast-rust-docker-builds/

FROM rust:1.74 as cargo-chef-rust
FROM rust:1.74-slim-bullseye as cargo-chef-rust
RUN cargo install cargo-chef --version 0.1.62

FROM cargo-chef-rust as planner
Expand Down

0 comments on commit 4bb8f80

Please sign in to comment.