Skip to content

Commit

Permalink
Merge pull request #151 from camicroscope/develop
Browse files Browse the repository at this point in the history
For 3.8.2
  • Loading branch information
birm authored Nov 10, 2020
2 parents a379cbc + 3f538b5 commit 35bef5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ services:
- mongo
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.8.0"
context: "https://github.com/camicroscope/caracal.git#v3.8.2"
args:
viewer: "v3.8.1"
viewer: "v3.8.2"
depends_on:
- "mongo"
ports:
Expand Down
6 changes: 3 additions & 3 deletions quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ services:
- ./images/:/data/images/
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.8.0"
context: "https://github.com/camicroscope/caracal.git#v3.8.2"
args:
viewer: "v3.8.1"
viewer: "v3.8.2"
depends_on:
- "mongo"
ports:
Expand All @@ -47,7 +47,7 @@ services:
build:
context: "https://github.com/SBU-BMI/PathDB.git#1.3.5"
args:
viewer: "v3.8.1"
viewer: "v3.8.2"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand Down

0 comments on commit 35bef5d

Please sign in to comment.