Skip to content

Commit 612f602

Browse files
ezhang6811jj22ee
authored andcommitted
fix cargo-audit version (#1245)
*Issue #, if available:* *Description of changes:* see aws-observability/aws-otel-js-instrumentation#285 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 3a37bbc commit 612f602

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)