Update elixir versions #512

Merged
floatingghost merged 4 commits from norm/akkoma:update-elixir-versions into develop 2023-04-11 09:28:01 +00:00
Showing only changes of commit 63870c2c17 - Show all commits

Update base image in Dockerfile to newer elixir version
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending

Norm 2023-03-16 12:55:04 -04:00

View file

@ -1,4 +1,4 @@
FROM hexpm/elixir:1.13.4-erlang-24.3.4.5-alpine-3.15.6
FROM hexpm/elixir:1.14.3-erlang-25.3-alpine-3.17.2
ENV MIX_ENV=prod
ENV ERL_EPMD_ADDRESS=127.0.0.1