rust-lang / docker-rust

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

fix: Move alpine3.19 to correct directory #170

Closed Muscraft closed 6 months ago

Muscraft commented 6 months ago

When #166 was merged before #168 and #168 was not rebased on top of #166, it caused alpine3.19 to be in the wrong directory and left artifacts of alpine3.17. This PR moves alpine3.19 to the correct directory (1.75.0) and removes the alpine3.17 directory.

sfackler commented 6 months ago

I think https://github.com/rust-lang/docker-rust/commit/e7f8ab58b3feca354792122f4df6624e291c404b should have fixed that?

sfackler commented 6 months ago

Oh but the 3.17 image was still there

Muscraft commented 6 months ago

Whoops, I must've not gotten that commit when I merged things, either way 3.17 is still there

Muscraft commented 6 months ago

Whoops sent this after you merged, Thanks!