Skip to content

Commit

Permalink
Bump rust version in dockerfile to make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Feb 8, 2024
1 parent 98f5e40 commit 73f849d
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,6 +1,6 @@
# Reference: https://www.lpalmieri.com/posts/fast-rust-docker-builds/

FROM rust:1.70 as cargo-chef-rust
FROM rust:1.74 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 73f849d

Please sign in to comment.