docker-zulip icon indicating copy to clipboard operation
docker-zulip copied to clipboard

RabbitMQ in docker compose file is very out of date

Open Montg0mery opened this issue 8 months ago • 0 comments

From docker-compose.yaml:

  rabbitmq:
    image: "rabbitmq:3.7.7"

You can see from here (https://www.rabbitmq.com/versions.html) that RabbitMQ 3.7 went end of life in 2020.

Unless there is a specific reason to be pinned to an end-of-life version (and a specific patch-level at that), please update this to the latest stable version (and don't pin to a specific patch-level if there's no reason to).

Thank you.

Montg0mery avatar Dec 18 '23 12:12 Montg0mery