diff --git a/Dockerfile b/Dockerfile index 088ba4f..367913d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.2 FROM rust:1.70.0 as base -RUN cargo install cargo-chef --locked +RUN cargo install cargo-chef@0.1.62 --locked RUN rustup component add rustfmt RUN apt-get update && apt-get install -y clang cmake ssh WORKDIR /app