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

Fix failing Builds #146

Open vbrandl opened 2 years ago

vbrandl commented 2 years ago

This PR updates the library versions, thereby fixing the currently failing builds. The problem was zlib 1.2.11 being "unreleased" due to bug fixes.

The zlib homepage states Due to the bug fixes, any installations of 1.2.11 should be replaced with 1.2.12.

While at it, I also updated the versions for OpenSSL, mdBook, cargo-about, cargo-audit, cargo-deny and Postgres.

With these changes, the scheduled releases should work again.