emk / rust-musl-builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.
Apache License 2.0
1.54k stars 193 forks source link

Update Dockerfile #144

Open arnaudpoullet-dkt opened 2 years ago

arnaudpoullet-dkt commented 2 years ago

Version 1.2.11 has been yanked "Due to the bug fixes, any installations of 1.2.11 should be replaced with 1.2.12." (http://zlib.net/) The Dockerfile build therefore fails.

arnaudpoullet-dkt commented 2 years ago

@emk can you give this a quick look ?

tmscer commented 2 years ago

There is also an example usage which installs zlib again and uses the yanked version 1.2.11. See here.

(unrelated to PR) Since this project isn't getting updated, I guess a forked repo which gets pushed to Docker Hub is necessary, @arnaudpoullet-dkt.