Skip to content

Update to Elixir 1.13

Connor Gilbert requested to merge connorgilbert/elixir-1.13 into master

What does this MR do?

Update the base image to Elixir 1.13 as requested in gitlab-org/gitlab#410169 (comment 1397872731). This issue also includes a customer reporting that an equivalent local modification to the Dockerfile is working well for their old (pre-1.13) and new (1.13 or higher) projects.

Elixir states that minor versions are backwards-compatible. They are also up to 1.15 now, but I would think it is safer to bump to 1.13 now, then test 1.15 as a separate upgrade in case there is anything funky in the intervening two releases.

What are the relevant issue numbers?

gitlab-org/gitlab#410169 (comment 1397872731)

Does this MR meet the acceptance criteria?

Edited by Connor Gilbert

Merge request reports