Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQ in docker compose file is very out of date #422

Open
Montg0mery opened this issue Dec 18, 2023 · 1 comment
Open

RabbitMQ in docker compose file is very out of date #422

Montg0mery opened this issue Dec 18, 2023 · 1 comment

Comments

@Montg0mery
Copy link

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.

@timabbott
Copy link
Member

timabbott commented Sep 25, 2024

Yeah, there's no good reason for that to be pinned to an old version. @mikkeschiren would you have time to test the latest version (my main fear would be the RabbitMQ container failing to upgrade properly) and put up a PR? I would also not mind this changing to a latest tag; we don't depend on anything specific about the version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants