Skip to content

alpine: upgrade to 3.17

Kevin Daudt requested to merge feature/alpine-3.17 into 15.10-stable

Alpine 3.17 comes with ruby-3.1, which runs into some compattibility issues for certain gems. So this includes some patches to make sure it's compattible:

  1. openssl is pinned to 3.0.1, the versions shipped with ruby 3.10
  2. net-smtp, net-imap and net-pop gems are added as they are no longer bundled1
  3. psych is kept on a version <4 as version 4 is backwards incompattible2.

Merge request reports