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 79d848f commit a5e87a9Copy full SHA for a5e87a9
Dockerfile
@@ -36,7 +36,7 @@ ARG TARGETARCH
36
RUN if [ $TARGETARCH = "amd64" ]; then rustup component add rustfmt && cargo fmt --check ; fi
37
38
# Audit dependencies
39
-RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
+RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit --lock && cargo audit ; fi
40
41
42
# Cross-compile based on the target platform.
0 commit comments