Skip to content

Commit 6776b2b

Browse files
committed
pin cargo-chef
1 parent a88fbb2 commit 6776b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get -y update \
1212

1313
RUN rustup component add rustfmt
1414

15-
RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install cargo-chef --version ^0.1
15+
RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install cargo-chef --version 0.1.68
1616
RUN cargo install sccache --version ^0.8
1717
ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/backend/sccache
1818

0 commit comments

Comments
 (0)