mirror of
				https://github.com/zulip/docker-zulip.git
				synced 2025-10-31 20:13:37 +00:00 
			
		
		
		
	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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user