From 824b2f0742f8a067ae3211a3d2ba904d2d0ee354 Mon Sep 17 00:00:00 2001 From: Garth Kidd Date: Sat, 23 May 2020 15:34:01 +1000 Subject: [PATCH] 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. --- .tool-versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 8785c45..e2ee05f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -erlang 22.2.1 -elixir 1.9.4-otp-22 +erlang 22.3.4 +elixir 1.10.3-otp-22