Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rabbitmq Docker tag from 3.9.10 to v3.9.11 (docker-compose.yml) #5541

Merged
merged 2 commits into from
Dec 3, 2021
Merged
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 @@ -114,7 +114,7 @@ services:
volumes:
- defectdojo_data:/var/lib/mysql
rabbitmq:
image: rabbitmq:3.9.10@sha256:0d862496f77a3bd377eb5de437411a4388885f0f0c2452291e97a85bc89df87a
image: rabbitmq:3.9.11@sha256:7b43c67bdec76eef32e9943e76a040ce13bf5e6583de667ddcd158d61293941b
volumes:
- defectdojo_rabbitmq:/var/lib/rabbitmq
volumes:
Expand Down