Skip to content

Commit

Permalink
Restore the rabbitmq version
Browse files Browse the repository at this point in the history
The RabbitMQ docker image used in the test docker-compose configuration
had a bug, which necessitated pinning to an earlier version.
The bug has been fixed, so we can go back to using the official image.
  • Loading branch information
dchiquito committed Jul 30, 2021
1 parent 2fe89f6 commit 0472537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/tests/data/dandiarchive-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ services:
retries: 5

rabbitmq:
image: rabbitmq:3.8-management
image: rabbitmq:management
ports:
- "5672:5672"

0 comments on commit 0472537

Please sign in to comment.