Skip to content

Commit

Permalink
Merge pull request #259 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.5
  • Loading branch information
pflooky authored Dec 20, 2024
2 parents 96617ae + f660c28 commit 83af34d
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.4-management}"
image: "rabbitmq:${RABBITMQ_VERSION:-4.0.5-management}"
ports:
- "5672:5672"
- "15672:15672"
Expand Down

0 comments on commit 83af34d

Please sign in to comment.