Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Nov 30, 2023
1 parent 17dddff commit 324b415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.70 as cargo-chef-rust
RUN cargo install cargo-chef --version 0.1.63
RUN cargo install cargo-chef --version 0.1.62

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

0 comments on commit 324b415

Please sign in to comment.