Skip to content

Commit d4ecff9

Browse files
committed
Merge branch 'main' into zhaez/test-docker-push
2 parents 689a490 + 9e6885c commit d4ecff9

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

3838
# Audit dependencies
39-
RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit && cargo audit ; fi
39+
RUN if [ $TARGETARCH = "amd64" ]; then cargo install cargo-audit --locked && cargo audit ; fi
4040

4141

4242
# Cross-compile based on the target platform.

0 commit comments

Comments
 (0)