Drop support for EOL alpine 3.9#7849
Conversation
am11
commented
Sep 8, 2021
- Remove 3.9.
- Set 3.13 as default.
- Add 3.14.
* Remove 3.9. * Set 3.13 as default. * Add 3.14.
|
cc @ViktorHofer, @janvorli based on https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md#linux, we are currently only supporting Alpine 3.13 onwards. This PR sets default version to 3.13. I will send a subsequent PR to |
|
@ViktorHofer, this and dotnet/runtime#57324 are related (but not dependent) and ready for review/merge. :)
This PR + the future dotnet-prereq PRs with this change and runtime PRs consuming the updated Ubuntu image:
so it turned out, that "alpine update" story has a long tail than I imagined. 😅 |
|
Thanks for the great work again @am11 👍 |