Skip to content

Commit

Permalink
update cargo-chef to work with latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Jul 30, 2023
1 parent 0825bd1 commit 09fac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joystream-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN rustup default nightly-2022-11-15
RUN rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
RUN rustup component add --toolchain nightly-2022-11-15 clippy
RUN rustup install nightly
RUN cargo +nightly install [email protected].59 --locked
RUN cargo +nightly install [email protected].62 --locked

FROM rust AS planner
LABEL description="Cargo chef prepare"
Expand Down

0 comments on commit 09fac54

Please sign in to comment.