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 bdc7695 commit 29b0c10Copy full SHA for 29b0c10
Dockerfile
@@ -31,7 +31,7 @@ ARG TARGETARCH
31
RUN if [ $TARGETARCH = "amd64" ]; then rustup component add rustfmt && cargo fmt --check ; fi
32
33
## Audit dependencies
34
-RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
+RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit --locked && cargo audit ; fi
35
36
37
# Cross-compile based on the target platform.
0 commit comments