rust-lang / docker-rust

The official Docker images for Rust
430 stars 89 forks source link

Alpine 3.18 #144

Closed kpcyrd closed 1 year ago

kpcyrd commented 1 year ago

hi!

Just letting you know Alpine 3.18 has been released. In the past new Alpine releases have been picked up with the next rustc release, but if there's a way for me to help (like preparing a pull request) please let me know. :)

Thanks!

paolobarbolini commented 1 year ago

I've opened a PR for it. For future reference here's what I did:

  1. Edit x.py, as can be seen in #145
  2. Run x.py update
  3. For some reason it didn't delete the old directory for me so I had to do it manually rm -r 1.69.0/alpine3.16/
  4. Commit all files and open the PR