Skip to content

Commit 8c1093a

Browse files
committed
pin cargo-audit version
1 parent 88e068b commit 8c1093a

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
@@ -39,7 +39,7 @@ ARG TARGETARCH
3939
RUN if [ $TARGETARCH = "amd64" ]; then rustup component add rustfmt && cargo fmt --check ; fi
4040

4141
# Audit dependencies
42-
RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
42+
RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit@0.21.0 && cargo audit ; fi
4343

4444

4545
# Cross-compile based on the target platform.

0 commit comments

Comments
 (0)