erlang / docker-erlang-otp

the Official Erlang OTP image on Docker Hub
https://hub.docker.com/_/erlang/
Apache License 2.0
183 stars 78 forks source link

Should we use REBAR3_VERSION="3.20.0" for OTP22/23 instead? #473

Closed kianmeng closed 2 months ago

kianmeng commented 2 months ago

I have noticed that starting from Rebar3 3.21 release, the support for OTP 23 have been deprecated, see https://github.com/erlang/rebar3/releases/tag/3.21.0 and https://github.com/erlang/rebar3/pull/2791

Should to Rebar3 version in Dockerfile for OTP 23 and 22 set to 3.20.0 instead?

https://github.com/erlang/docker-erlang-otp/blob/8b812830f95216a3d8a253c24af2c55a1da4935b/23/Dockerfile#L3-L4

https://github.com/erlang/docker-erlang-otp/blob/8b812830f95216a3d8a253c24af2c55a1da4935b/22/Dockerfile#L3-L4

getong commented 2 months ago

pr are welcome, I do not know it .

kianmeng commented 2 months ago

Resolves in https://github.com/erlang/docker-erlang-otp/pull/474