Skip to content

Commit 69082f6

Browse files
authored
fix: install cyclonedx plugin using --locked (#1217)
fix: install cyclonedx plugin
1 parent 1e737da commit 69082f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackable-devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ chown ${STACKABLE_USER_UID}:0 /stackable/.curlrc
9393

9494
# WARNING (@NickLarsenNZ): We should pin the rustup version
9595
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain "$RUST_DEFAULT_TOOLCHAIN_VERSION"
96-
. "$HOME/.cargo/env" && cargo --quiet install cargo-cyclonedx@"$CARGO_CYCLONEDX_CRATE_VERSION" cargo-auditable@"$CARGO_AUDITABLE_CRATE_VERSION" && rustup toolchain install
96+
. "$HOME/.cargo/env" && cargo --locked --quiet install cargo-cyclonedx@"$CARGO_CYCLONEDX_CRATE_VERSION" cargo-auditable@"$CARGO_AUDITABLE_CRATE_VERSION" && rustup toolchain install
9797
EOF
9898

9999

0 commit comments

Comments
 (0)