Basic Phoenix app fails to deploy

:netkernel.get_state/0 was introduced in OTP 25, but you’re on 24, so you need to bump your erlang version. fly launch runs mix phx.gen.release --docker underneath, which will take your dev box’s erlang/elixir versions and put those in your Dockerfile. So you’ll need to bump those in your Dockerfile as well as your system install and retry.

1 Like