Skip to content

Commit a5e87a9

Browse files
committed
pin cargo-audit install version
1 parent 79d848f commit a5e87a9

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

3838
# Audit dependencies
39-
RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
39+
RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit --lock && cargo audit ; fi
4040

4141

4242
# Cross-compile based on the target platform.

0 commit comments

Comments
 (0)