Skip to content

Commit

Permalink
Merge pull request #111 from data-catering/renovate/rabbitmq-4.x
Browse files Browse the repository at this point in the history
Update rabbitmq Docker tag to v4
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents f518366 + 37a76ab commit 59e84ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ services:
test: rabbitmq-diagnostics -q ping
timeout: 30s
hostname: my-rabbit
image: "rabbitmq:${RABBITMQ_VERSION:-3.13.7-management}"
image: "rabbitmq:${RABBITMQ_VERSION:-4.0.2-management}"
ports:
- "5672:5672"
- "15672:15672"
Expand Down

0 comments on commit 59e84ec

Please sign in to comment.