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 \
|
cargo build \
|
||||||
--frozen \
|
--frozen \
|
||||||
--release \
|
--release \
|
||||||
--features static \
|
--features link-static \
|
||||||
--target x86_64-unknown-linux-musl \
|
--target x86_64-unknown-linux-musl \
|
||||||
--bin keyfork
|
--bin keyfork
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue