Merge pull request #392 from fettpl/fix/362-pin-cargo-audit

ci: pin cargo-audit to 0.22.1 in dev CI Dockerfile
This commit is contained in:
Chummy 2026-02-17 01:10:56 +08:00 committed by GitHub
commit 4ede1c95ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ RUN rustup toolchain install 1.92 --profile minimal --component rustfmt --compon
RUN --mount=type=cache,target=/usr/local/cargo/registry \ RUN --mount=type=cache,target=/usr/local/cargo/registry \
--mount=type=cache,target=/usr/local/cargo/git \ --mount=type=cache,target=/usr/local/cargo/git \
cargo install --locked cargo-audit && \ cargo install --locked cargo-audit --version 0.22.1 && \
cargo install --locked cargo-deny --version 0.18.5 cargo install --locked cargo-deny --version 0.18.5
WORKDIR /workspace WORKDIR /workspace