From 58228eeddbc69b81c84399f33d48a5d40dfe392c Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Aug 2024 14:50:21 +0100 Subject: [PATCH] chore(deps): specify cargo-chef version as v0.1.67 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 257f393..a205818 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9. rm cargo-binstall.tgz && \ mv cargo-binstall /usr/local/bin/ -RUN cargo binstall -y cargo-chef +RUN cargo binstall -y cargo-chef@0.1.67 RUN rustup component add rustfmt clippy