chore: Use latest for rabbitmq docker-compose

Signed-off-by: prettysunflower <me@prettysunflower.moe>
This commit is contained in:
2026-04-19 12:11:16 -04:00
parent 731983256e
commit 3800983655
+1 -1
View File
@@ -8,7 +8,7 @@ services:
env_file:
- .env
rabbitmq:
image: "rabbitmq:4.2.4"
image: "rabbitmq:latest"
ports:
- "5672:5672"
healthcheck: