From e5ae707db97f9ae31336978ce7e3fe7f20c4755b Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Thu, 20 Jan 2022 10:12:44 -0500 Subject: [PATCH] 3.9.10 for viewer, back --- quip-pathdb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quip-pathdb.yml b/quip-pathdb.yml index 8e5e45a..8c1939f 100644 --- a/quip-pathdb.yml +++ b/quip-pathdb.yml @@ -15,9 +15,9 @@ services: - ./images/:/data/images/ back: build: - context: "https://github.com/camicroscope/caracal.git#v3.9.8" + context: "https://github.com/camicroscope/caracal.git#v3.9.10" args: - viewer: "v3.9.9" + viewer: "v3.9.10" depends_on: - "mongo" ports: @@ -37,7 +37,7 @@ services: build: context: "https://github.com/SBU-BMI/PathDB.git#1.7.1" args: - viewer: "v3.9.9" + viewer: "v3.9.10" container_name: quip-pathdb restart: unless-stopped ports: ["443:443","80:80"]