Skip to content

Commit

Permalink
for 3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jul 30, 2020
1 parent 2147ded commit c07f344
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ services:
- mongo
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.7.6"
context: "https://github.com/camicroscope/caracal.git#v3.7.7"
args:
viewer: "v3.7.6"
viewer: "v3.7.7"
depends_on:
- "mongo"
ports:
Expand Down
1 change: 1 addition & 0 deletions develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
context: "https://github.com/camicroscope/caracal.git#develop"
args:
viewer: "develop"
fork: "camicroscope"
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 @@ -28,9 +28,9 @@ services:
- ./images/:/data/images/
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.7.6"
context: "https://github.com/camicroscope/caracal.git#v3.7.7"
args:
viewer: "v3.7.6"
viewer: "v3.7.7"
depends_on:
- "mongo"
ports:
Expand All @@ -48,7 +48,7 @@ services:
build:
context: "https://github.com/SBU-BMI/PathDB.git#1.3.5"
args:
viewer: "v3.7.6"
viewer: "v3.7.7"
container_name: quip-pathdb
restart: unless-stopped
ports: ["443:443","80:80"]
Expand Down
6 changes: 3 additions & 3 deletions test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c07f344

Please sign in to comment.