rust-lang / docker-rust

The official Docker images for Rust
436 stars 88 forks source link

Add Alpine 3.16 support #104

Closed cd-work closed 2 years ago

cd-work commented 2 years ago

This patch adds support for the new 3.16 Alpine version to the Rust docker alpine image. Following the support policy suggested in the 3.15 PR, the 3.14 version is removed.

cd-work commented 2 years ago

I'm not familiar with the exact policy or process involved in updating or adding new docker versions, but I saw that alpine 3.16 support was missing on dockerhub so I thought I might as well upstream these changes.

sfackler commented 2 years ago

Thanks!