Skip to content

Commit

Permalink
chore(deps): update rabbitmq docker tag to v4 (#874)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 5ee1801 commit 8dbf10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
rabbitmq:
container_name: bkb-rabbitmq-test
hostname: rabbitmq
image: rabbitmq:3.13-management-alpine
image: rabbitmq:4.0-management-alpine
ports:
- "5672:5672"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
rabbitmq:
container_name: bkb-rabbitmq
hostname: rabbitmq
image: rabbitmq:3.13-management-alpine
image: rabbitmq:4.0-management-alpine
ports:
- "5672:5672"
- "15672:15672" # mgmt plugin, "guest/guest"
Expand Down

0 comments on commit 8dbf10f

Please sign in to comment.