Skip to content

Commit

Permalink
Merge pull request #150 from pjlewisuk/main
Browse files Browse the repository at this point in the history
Updated rabbitmq image to latest version
  • Loading branch information
pauldotyu committed Jun 25, 2024
2 parents 87b80c5 + b0a53e5 commit 79c4c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-quickstart.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
rabbitmq:
image: rabbitmq:3.11.17-management-alpine
image: rabbitmq:3.13.2-management-alpine
container_name: 'rabbitmq'
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
networks:
- backend_services
rabbitmq:
image: rabbitmq:3.11.17-management-alpine
image: rabbitmq:3.13.2-management-alpine
container_name: 'rabbitmq'
restart: always
environment:
Expand Down

0 comments on commit 79c4c07

Please sign in to comment.