Hi Team,
I installed rabbitmq 3.9.23 on alpine 3.16, and now we need to upgrade to alpine 3.17, but alpine 3.17 supports erlang version 25.2, whereas rabbitmq version 3.9.23 supports minimal erlang 24.2 and maximum version is 24.3, according to rabbitmq documentation.
However, when I created a docker image with alpine 3.17, erlang 25.2, and rabbitmq 3.9.23, everything worked perfectly.
According to the rabbitmq documentation, only the rabbitmq 3.10.5 version supports Erlang 25.2.
So, is alpine 3.17, erlang 25.2, and rabbitmq 3.9.23 sufficient, or do I need to upgrade to 3.10.5 and higher?