build: update zig installation method
This simplifies the Dockerfile a little , as the zig package (0.12.0) is available on alpine 3.20 https://repology.org/project/zig/versions
parent image is also updated to current rust-toolchain
Signed-off-by: Yorgos Saslis yorgos.work@proton.me
1 file changed
+4
-10
87f6956e
→
87cb7bf5
modified build/Dockerfile
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -13,7 +13,7 @@ ARG GIT_HEAD
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -29,13 +29,7 @@ RUN rustup target add \
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -56,7 +50,7 @@ RUN cargo zigbuild --locked --release \
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|