Skip to content

Commit

Permalink
Chore: update RabbitMQ to 3.11.15 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans authored May 3, 2023
1 parent 797ee31 commit 03e6400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

rabbitmq:
restart: always
image: rabbitmq:3.10.7-management
image: rabbitmq:3.11.15-management
networks:
- pyaleph
environment:
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:

rabbitmq:
restart: always
image: rabbitmq:3.10.7-management
image: rabbitmq:3.11.15-management
networks:
- pyaleph
environment:
Expand Down
2 changes: 1 addition & 1 deletion deployment/samples/docker-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:

rabbitmq:
restart: always
image: rabbitmq:3.10.7-management
image: rabbitmq:3.11.15-management
networks:
- pyaleph
environment:
Expand Down

0 comments on commit 03e6400

Please sign in to comment.