Skip to content

Commit

Permalink
Updated rabbitmq version to 3.12 in system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruaridhg committed Feb 7, 2024
1 parent 4121d8e commit b6f6bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ services:
restart: "no"

queue:
image: rabbitmq:3.11.2-management
image: rabbitmq:3.12.9-management
environment:
RABBITMQ_DEFAULT_USER: ${RABBITMQ_USERNAME}
RABBITMQ_DEFAULT_PASS: ${RABBITMQ_PASSWORD}
Expand Down
1 change: 1 addition & 0 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ networks:

services:
vna-qr:
platform: linux/amd64
image: osimis/orthanc:22.9.0-full-stable
environment:
ORTHANC_NAME: ${VNAQR_AE_TITLE}
Expand Down

0 comments on commit b6f6bd4

Please sign in to comment.