Skip to content

Commit

Permalink
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
Browse files Browse the repository at this point in the history
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.
Garth Kidd authored and garthk committed May 23, 2020
1 parent 08d421c commit 824b2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 22.2.1
elixir 1.9.4-otp-22
erlang 22.3.4
elixir 1.10.3-otp-22

0 comments on commit 824b2f0

Please sign in to comment.