Skip to content

Commit

Permalink
Fix cargo-chef build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Nov 30, 2023
1 parent 91b652e commit 17dddff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reference: https://www.lpalmieri.com/posts/fast-rust-docker-builds/

FROM rust:1.68 as cargo-chef-rust
RUN cargo install cargo-chef --version 0.1.51
FROM rust:1.70 as cargo-chef-rust
RUN cargo install cargo-chef --version 0.1.63

FROM cargo-chef-rust as planner
WORKDIR app
Expand Down

0 comments on commit 17dddff

Please sign in to comment.