Containerfile: use link-static feature instead of old static feature
This commit is contained in:
parent
1fda2a37c2
commit
fa3fdbff2d
|
@ -49,7 +49,7 @@ RUN --network=none \
|
|||
cargo build \
|
||||
--frozen \
|
||||
--release \
|
||||
--features static \
|
||||
--features link-static \
|
||||
--target x86_64-unknown-linux-musl \
|
||||
--bin keyfork
|
||||
|
||||
|
|
Loading…
Reference in New Issue