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.
2 parents b2cb3e3 + 6ea0ae3 commit af438c4Copy full SHA for af438c4
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