Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 0a705a1

Browse files
update diener version
1 parent dafdd6f commit 0a705a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/ci-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN set -eux && \
3838
cargo install cargo-nextest --locked && \
3939
# diener 0.4.6 NOTE: before upgrading please test new version with companion build
4040
# example can be found here: https://github.com/paritytech/substrate/pull/12710
41-
cargo install --git https://github.com/paritytech/diener --rev 6497d6a49a199e4b0a8d08b58c76f6e799eea4f1 && \
41+
cargo install diener --version 0.4.6 && \
4242
# wasm-bindgen-cli version should match the one pinned in substrate
4343
# https://github.com/paritytech/substrate/blob/master/bin/node/browser-testing/Cargo.toml#L15
4444
cargo install --version 0.2.73 wasm-bindgen-cli && \

0 commit comments

Comments
 (0)