erlangelist icon indicating copy to clipboard operation
erlangelist copied to clipboard

update of alpine edge to openssl 1.1.1

Open happysalada opened this issue 5 years ago • 1 comments

the module erlang crypto depends on openssl 1.0.0 alpine edge just changed the dependency to openssl 1.1.1 if you try to deploy next time with docker, you might run into issues (I ran into issues, and I copied the dependency on edge repos from you) if you remove the edge updates though, everything ran without a problem for me i.e. these two lines

echo 'http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories && \
echo 'http://nl.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories && \

if it turns out it's nto a problem for you, feel free to close this issue, just wanted to give you a heads up since I had the problem occur for me

happysalada avatar Nov 08 '18 16:11 happysalada

Thanks for reporting!

I suppose that this is currently not a problem for me, because the previous docker layers are cached. I'll probably do a combo migration to new Elixir/Erlang/Phoenix in about a month or so, and then I'll likely bump into this, so your advice will certainly help. I'll keep this issue open until then.

Thanks again!

sasa1977 avatar Nov 08 '18 18:11 sasa1977