Skip to content

Commit 9e6885c

Browse files
authored
pin cargo-audit version (aws-observability#286)
*Issue #, if available:* *Description of changes:* see aws-observability#285 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 79d848f commit 9e6885c

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)