We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88fbb2 commit 6776b2bCopy full SHA for 6776b2b
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get -y update \
12
13
RUN rustup component add rustfmt
14
15
-RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install cargo-chef --version ^0.1
+RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install cargo-chef --version 0.1.68
16
RUN cargo install sccache --version ^0.8
17
ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/backend/sccache
18
0 commit comments