httpd: update cargo-zigbuild version to 0.20 httpd: Dockerfile uses Rust version from rust-toolchain
Instead of hardcoding the version of the Rust alpine file, introduce an
ARGin theDockerfile. Inbuild/build, we determine the version by inspectingrust-toolchain.toml, and pass this value in. This ensures that the binaries are built using the same toolchain that we develop with.
Co-authored-by: Fintan Halpenny fintan.halpenny@gmail.com
httpd: update cargo-zigbuild version to 0.20 httpd: Dockerfile uses Rust version from rust-toolchain
Instead of hardcoding the version of the Rust alpine file, introduce an
ARGin theDockerfile. Inbuild/build, we determine the version by inspectingrust-toolchain.toml, and pass this value in. This ensures that the binaries are built using the same toolchain that we develop with.
Co-authored-by: Fintan Halpenny fintan.halpenny@gmail.com
Remove new lines from release files