Skip to content

alpine: drop to 3.19

Matt Critchlow requested to merge drop-alpine-to-3.19 into trunk

Changes in alpine 3.20 re: OpenSSL cause ActionMailer/emails to not be sent and users see errors when trying to create recognitions in highfive.

The error is of the form:

(irb):27:in `<main>': SSL_connect returned=1 errno=0 peeraddr=132.239.249.20:587 state=error: dh key too small (OpenSSL::SSL::

We've confirmed locally that the version of Ruby is fine, so we're staying with that. But temporarily dropping Alpine back to 3.19 until we have a solution that is functional.

Merge request reports