From 6d1ad3d2e46fea2459d50a16e35054e2285cb291 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 28 May 2024 09:38:28 +0200 Subject: [PATCH] Update repometrics This improves the formatting of the absolute and relative values in the output. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0bf3aa1..fbb4296f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN cargo install flip-link cargo-binutils RUN rustup target add thumbv7em-none-eabihf thumbv8m.main-none-eabi RUN rustup component add llvm-tools-preview clippy rustfmt RUN cargo install --git https://github.com/Nitrokey/github-comment --rev ac9713f9d6d04ed03fb67d0199ebffc78ba5dcab --locked -RUN cargo install --git https://github.com/Nitrokey/repometrics --rev 5af5b7ccba820ec9a56bd21c4b4f00fd93534689 --locked +RUN cargo install --git https://github.com/Nitrokey/repometrics --rev 98ffa20ddded8f09c0ef252b4e93ec6a9792f9dc --locked RUN rustup install nightly-2024-04-01 RUN rustup component add rust-src --toolchain nightly-2024-04-01 WORKDIR /app