From c03f6f41d40ad21980360c57cf2ea6991d02b050 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:19:18 +0100 Subject: [PATCH] chore: fix elfx86exts --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 595fdbc2a3..7fdf9ef616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -346,7 +346,7 @@ RUN --mount=type=cache,sharing=shared,id=cargo_registry_index,target=${CARGO_HOM --mount=type=secret,id=AWS \ set -ex; \ source /root/env && \ - cargo install --git https://github.com/pkgw/elfx86exts@0.6.2 --locked && \ + cargo install --git https://github.com/pkgw/elfx86exts --locked && \ cargo clean #