Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Elixir 1.10.3 on OTP 22.3.4
Forced by `opentelemetry_plug`. Detective work to find out which OTP the Docker image is packing so we can match it for those using `asdf` on macOS for performance reasons: ```plain $ docker pull elixir:1.10.3-alpine ... $ docker history --no-trunc elixir:1.10.3-alpine | egrep -oE 'OTP\W+=\S+' OTP_VERSION=22.3.4 $ curl -s http://erlang.org/download/ | grep 22.3.4 | sed -e 's/<[a-zA-Z\/][^>]*>//g' OTP-22.3.4.1.README 20-May-2020 10:31 4465 OTP-22.3.4.README 08-May-2020 11:29 3307 ``` Yell if you'd prefer 22.3.4.1.