Skip to content

Commit

Permalink
Upgrade rabbitmq to 3.12 in dockercompose and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Apr 2, 2024
1 parent 559bb8d commit e6f8105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
env:
discovery.type: single-node
rabbitmq:
image: rabbitmq:3.6-management-alpine
image: rabbitmq:3.12-management-alpine
ports:
- 5672:5672
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
environment:
- discovery.type=single-node
rabbit:
image: rabbitmq:3.6-management-alpine
image: rabbitmq:3.12-management-alpine
ports:
- '127.0.0.1:5672:5672'
- '127.0.0.1:15672:15672'
Expand Down

0 comments on commit e6f8105

Please sign in to comment.