Skip to content

Commit

Permalink
Merge pull request #79 from data-catering/renovate/rabbitmq-3.x
Browse files Browse the repository at this point in the history
Update rabbitmq Docker tag to v3.13.7
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents d86834a + 84606ad commit 415890e
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.3-management}"
image: "rabbitmq:${RABBITMQ_VERSION:-3.13.7-management}"
ports:
- "5672:5672"
- "15672:15672"
Expand Down

0 comments on commit 415890e

Please sign in to comment.