Skip to content

Commit

Permalink
Update tags for 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Nov 17, 2023
1 parent e913e5e commit f2aebce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ services:
- ./db:/data/db
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.10.2"
context: "https://github.com/camicroscope/caracal.git#v3.11.0"
args:
viewer: "v3.10.2"
viewer: "v3.11.0"
depends_on:
- "mongo"
ports:
Expand All @@ -39,7 +39,7 @@ services:
DISABLE_SEC: "true"
GENERATE_KEY_IF_MISSING: "true"
iip:
image: camicroscope/iipimage:version-3.10.2
image: camicroscope/iipimage:version-3.11.0
container_name: ca-iip
logging:
options:
Expand All @@ -49,7 +49,7 @@ services:
volumes:
- ./images/:/images/
loader:
build: "https://github.com/camicroscope/SlideLoader.git#v3.10.2"
build: "https://github.com/camicroscope/SlideLoader.git#v3.11.0"
container_name: ca-load
restart: always
logging:
Expand All @@ -62,7 +62,7 @@ services:
DICOM_PORT: "11112"
DICOM_UI_PORT: "8042"
dicomsrv:
build: "https://github.com/camicroscope/dicomsrv.git"
build: "https://github.com/camicroscope/dicomsrv.git#v3.11.0"
container_name: ca-dicomsrv
restart: unless-stopped
stdin_open: true
Expand Down

0 comments on commit f2aebce

Please sign in to comment.