Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

chore(docker): update dependency rabbitmq to v3.10.5 - abandoned #259

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "27017:27017"

rabbitmq:
image: rabbitmq:3.9.15-management-alpine@sha256:c2bdbe854a1398dbe5295f149a577a46ebd79cba93d4c14710f74b19b26b3a39
image: rabbitmq:3.10.5-management-alpine@sha256:6887826a69f9a97ea52af60f2a989e89aa68a593a6e2b7cd3b0bd012165ad6be
ports:
- "5672:5672"
- "15672:15672"
Expand Down