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:
commit
4ede1c95ed
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ RUN rustup toolchain install 1.92 --profile minimal --component rustfmt --compon
|
|||
|
||||
RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
||||
--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
|
||||
|
||||
WORKDIR /workspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue