Skip to content

Commit 29b0c10

Browse files
committed
fix cargo-audit version
1 parent bdc7695 commit 29b0c10

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)