Skip to content

Commit c9d1b79

Browse files
committed
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.
1 parent 652a1e6 commit c9d1b79

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "2"
21
services:
32
database:
43
image: "zulip/zulip-postgresql:14"
@@ -28,7 +27,7 @@ services:
2827
MEMCACHED_SASL_PWDB: "/home/memcache/memcached-sasl-db"
2928
MEMCACHED_PASSWORD: "REPLACE_WITH_SECURE_MEMCACHED_PASSWORD"
3029
rabbitmq:
31-
image: "rabbitmq:3.7.7"
30+
image: "rabbitmq:3.12.14"
3231
restart: unless-stopped
3332
environment:
3433
RABBITMQ_DEFAULT_USER: "zulip"

kubernetes/manual/zulip-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
cpu: 75m
5757
memory: 768Mi
5858
- name: rabbitmq
59-
image: rabbitmq:3.7.7
59+
image: rabbitmq:3.12.14
6060
resources:
6161
limits:
6262
cpu: 75m

0 commit comments

Comments
 (0)