diff --git a/tools/devctr/Dockerfile b/tools/devctr/Dockerfile index d64790d0013..80c1c5d581c 100644 --- a/tools/devctr/Dockerfile +++ b/tools/devctr/Dockerfile @@ -111,7 +111,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain "$RUST_TOOL && rustup target add aarch64-unknown-linux-musl \ && rustup component add llvm-tools-preview \ && cargo install --locked cargo-audit cargo-deny grcov cargo-sort \ - && (if [ "$ARCH" = "x86_64" ]; then cargo install --locked kani-verifier && cargo kani setup; else true; fi) \ + && (if [ "$ARCH" = "x86_64" ]; then cargo install --locked kani-verifier --version 0.45.0 && cargo kani setup; else true; fi) \ \ && apt-get update \ && apt-get -y install --no-install-recommends \