Skip to content

Commit

Permalink
update more tags
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed May 2, 2024
1 parent 8e5df0f commit cf2a5ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions kc_caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ services:
- ./db:/data/db
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.11.1"
context: "https://github.com/camicroscope/caracal.git#v3.12.0"
args:
viewer: "v3.11.1"
viewer: "v3.12.0"
depends_on:
- "mongo"
ports:
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
volumes:
- ./images/:/images/
loader:
build: "https://github.com/camicroscope/SlideLoader.git#v3.11.0"
build: "https://github.com/camicroscope/SlideLoader.git#v3.12.0"
container_name: ca-load
restart: always
logging:
Expand All @@ -99,7 +99,7 @@ services:
DICOM_PORT: "11112"
DICOM_UI_PORT: "8042"
dicomsrv:
build: "https://github.com/camicroscope/dicomsrv.git#v3.11.0"
build: "https://github.com/camicroscope/dicomsrv.git#v3.11.1"
container_name: ca-dicomsrv
restart: unless-stopped
stdin_open: true
Expand Down
4 changes: 2 additions & 2 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ services:
- ./images/:/data/images/
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.11.1"
context: "https://github.com/camicroscope/caracal.git#v3.12.0"
args:
viewer: "v3.11.1"
viewer: "v3.12.0"
depends_on:
- "mongo"
ports:
Expand Down

0 comments on commit cf2a5ff

Please sign in to comment.