Skip to content

Commit

Permalink
Merge pull request #172 from data-catering/renovate/rabbitmq-4.x
Browse files Browse the repository at this point in the history
Update rabbitmq Docker tag to v4.0.3
  • Loading branch information
pflooky authored Oct 29, 2024
2 parents 879e00b + 5decc11 commit ebe741b
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 @@ -1189,7 +1189,7 @@ services:
test: rabbitmq-diagnostics -q ping
timeout: 30s
hostname: my-rabbit
image: "rabbitmq:${RABBITMQ_VERSION:-4.0.2-management}"
image: "rabbitmq:${RABBITMQ_VERSION:-4.0.3-management}"
ports:
- "5672:5672"
- "15672:15672"
Expand Down

0 comments on commit ebe741b

Please sign in to comment.