docker-elixir
docker-elixir copied to clipboard
Create a new image to support OTP-24 with elixir 1.14
Since elixir 1.14 is compatible with OTP-24, it might be useful to have an image supporting this combination.
It would be really useful to have this image since some libraries are still incompatible with OTP-25, e.g., Distillery
@JavierL1 if that helps, I temporarily switched to FROM hexpm/elixir:1.14.1-erlang-24.3.4.6-alpine-3.16.2 🤷♂️
That's great, I was just looking for a well maintained Elixir image repository. Thank you!
I just filed a small fix (#58) to the elixir 1.14 with otp-24 image, which may be related to this issue.