From 0a705a1182f3fe54d21f45b8718d45ae77322837 Mon Sep 17 00:00:00 2001 From: joao-paulo-parity Date: Tue, 7 Feb 2023 08:55:43 -0300 Subject: [PATCH] update diener version --- dockerfiles/ci-linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/ci-linux/Dockerfile b/dockerfiles/ci-linux/Dockerfile index 6b7db314..67d34a4a 100644 --- a/dockerfiles/ci-linux/Dockerfile +++ b/dockerfiles/ci-linux/Dockerfile @@ -38,7 +38,7 @@ RUN set -eux && \ cargo install cargo-nextest --locked && \ # diener 0.4.6 NOTE: before upgrading please test new version with companion build # example can be found here: https://github.com/paritytech/substrate/pull/12710 - cargo install --git https://github.com/paritytech/diener --rev 6497d6a49a199e4b0a8d08b58c76f6e799eea4f1 && \ + cargo install diener --version 0.4.6 && \ # wasm-bindgen-cli version should match the one pinned in substrate # https://github.com/paritytech/substrate/blob/master/bin/node/browser-testing/Cargo.toml#L15 cargo install --version 0.2.73 wasm-bindgen-cli && \