Skip to content

Commit

Permalink
Bump rust to 1.65 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Nov 2, 2023
1 parent 34bca62 commit 1cb97e5
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.63 as cargo-chef-rust
FROM rust:1.65 as cargo-chef-rust
RUN cargo install cargo-chef --version 0.1.51

FROM cargo-chef-rust as planner
Expand Down

0 comments on commit 1cb97e5

Please sign in to comment.