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 to Rust stable 1.51 #121

Closed apiraino closed 2 years ago

apiraino commented 3 years ago

Rust release: (stable 1.51.0)

I have self rebuilt the image by checking out this repo and run docker build . --tag my-musl-builder:1.51.0 basically for one interesting feature I'm using: the new improved dependency resolver.

When there's a chance, you might want to also update the image on hub.docker.com for others to take advantage.

Thank you for working on this project!

apiraino commented 3 years ago

(it's not a bug :smile: )

emk commented 2 years ago

We now have up-to-date nightly builds using GitHub CI! Thank you to everyone for the encouragement.