Open bpietraga opened 7 years ago
I'm having the same issue, but these changes work for me as well.
Thanks @bpietraga . You saved my day.
version numbers have jumped since then: https://hub.docker.com/r/bitwalker/alpine-erlang/tags/
any recommendations for me? I'm having the same problems -- I'll keep trying and update if I find one that works...
I get the same error. How can I resolve this?
Thanks for this amazing library.
I'm including PR to this issue
I've noticed that the
Dockerfile.build
points to Alpine edge repo. The pages versions there were changed and this caused error belowImportant fragment
I solved it changing
Dockerfile.build
to latests stable Alpine repo which is now version3.6
.And I've changed Elixir version to
1.4.2
.Also when packaging app, make sure to set up Elixir version the
mix.exs