docker-compose: Switch rabbitmq image to the latest 3.12 point release.

This aligns better with the version of rabbitmq-server (3.12.1) that
is in Ubuntu 24.04.  Choosing the latest point-release of that same
series addresses bugs while maintaining feature parity.
This commit is contained in:
Alex Vandiver
2024-10-08 10:21:19 -04:00
parent 652a1e6bbc
commit c9d1b79e94
2 changed files with 2 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ spec:
cpu: 75m
memory: 768Mi
- name: rabbitmq
image: rabbitmq:3.7.7
image: rabbitmq:3.12.14
resources:
limits:
cpu: 75m