Skip to content

Commit

Permalink
chore: fix elfx86exts
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 3, 2024
1 parent 670341e commit c03f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down

0 comments on commit c03f6f4

Please sign in to comment.