We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e068b commit 8c1093aCopy full SHA for 8c1093a
Dockerfile
@@ -39,7 +39,7 @@ ARG TARGETARCH
39
RUN if [ $TARGETARCH = "amd64" ]; then rustup component add rustfmt && cargo fmt --check ; fi
40
41
# Audit dependencies
42
-RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
+RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit@0.21.0 && cargo audit ; fi
43
44
45
# Cross-compile based on the target platform.
0 commit comments