Skip to content

Commit

Permalink
bump tags to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Apr 29, 2024
1 parent ef4a8d0 commit 8e5df0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.11.0"
context: "https://github.com/camicroscope/caracal.git#v3.12.0"
args:
viewer: "v3.11.0"
viewer: "v3.12.0"
depends_on:
- "mongo"
ports:
Expand Down Expand Up @@ -49,7 +49,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 @@ -65,7 +65,7 @@ services:
build:
context: "https://github.com/camicroscope/dicomsrv.git#v3.11.1"
args:
indexer: "v3.11.0"
indexer: "v3.12.0"
container_name: ca-dicomsrv
restart: unless-stopped
stdin_open: true
Expand Down

0 comments on commit 8e5df0f

Please sign in to comment.