Containerfile: use link-static feature instead of old static feature

This commit is contained in:
Ryan Heywood 2024-03-05 19:10:32 -05:00
parent 1fda2a37c2
commit fa3fdbff2d
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ RUN --network=none \
cargo build \
--frozen \
--release \
--features static \
--features link-static \
--target x86_64-unknown-linux-musl \
--bin keyfork