Skip to content

Commit af438c4

Browse files
authored
Merge branch 'main' into pr-2.20.1-foo
2 parents b2cb3e3 + 6ea0ae3 commit af438c4

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

3333
## Audit dependencies
34-
RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
34+
RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit --locked && cargo audit ; fi
3535

3636

3737
# Cross-compile based on the target platform.

0 commit comments

Comments
 (0)