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

@@ -1,4 +1,3 @@
version: "2"
services:
database:
image: "zulip/zulip-postgresql:14"
@@ -28,7 +27,7 @@ services:
MEMCACHED_SASL_PWDB: "/home/memcache/memcached-sasl-db"
MEMCACHED_PASSWORD: "REPLACE_WITH_SECURE_MEMCACHED_PASSWORD"
rabbitmq:
image: "rabbitmq:3.7.7"
image: "rabbitmq:3.12.14"
restart: unless-stopped
environment:
RABBITMQ_DEFAULT_USER: "zulip"

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