Skip to content

Commit 0f95821

Browse files
author
Jonathan Woollett-Light
committed
build: Install default cargo-audit
We don't need to specify `+"stable"` in `cargo install +"stable" cargo-audit` as this will be the default. Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent fa08df8 commit 0f95821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devctr/Dockerfile.x86_64

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN (curl -sL https://deb.nodesource.com/setup_14.x | bash) \
112112
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain "$RUST_TOOLCHAIN" \
113113
&& rustup target add x86_64-unknown-linux-musl \
114114
&& rustup component add llvm-tools-preview \
115-
&& cargo install +"stable" cargo-audit \
115+
&& cargo install cargo-audit \
116116
&& cargo install --locked cargo-deny \
117117
&& cargo install --version $GRCOV_VERSION grcov
118118

0 commit comments

Comments
 (0)