Skip to content

Commit 5ffcac8

Browse files
committed
docker-compose: Move rabbitmq image to latest 4.1.x.
1 parent 3ddcfbd commit 5ffcac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
MEMCACHED_SASL_PWDB: "/home/memcache/memcached-sasl-db"
2828
MEMCACHED_PASSWORD: "REPLACE_WITH_SECURE_MEMCACHED_PASSWORD"
2929
rabbitmq:
30-
image: "rabbitmq:4.0.7"
30+
image: "rabbitmq:4.1"
3131
restart: unless-stopped
3232
environment:
3333
RABBITMQ_DEFAULT_USER: "zulip"

0 commit comments

Comments
 (0)