Skip to content

Commit

Permalink
SFR-2066: Upgrade RabbitMQ Docker image to 3.13 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevillegas93 authored Jul 30, 2024
1 parent c349bc7 commit 38747d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Implement call to Worldcat to retrieve OCLC number
- Refactor OCLC Catalog Manager
- Added make integration command
- Upgrade RabbitMQ Docker image to 3.13

## Fixed
- Resolved the format of fulfill endpoints in UofM manifests
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:

rabbitmq:
container_name: drb_local_mq
image: rabbitmq:3.10
image: rabbitmq:3.13
ports:
- 5672:5672
volumes:
Expand Down

0 comments on commit 38747d7

Please sign in to comment.