diff --git a/quip-pathdb.yml b/quip-pathdb.yml index 9e86aad..1a094d7 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.10.2" + context: "https://github.com/camicroscope/caracal.git#v3.11.0" args: - viewer: "v3.10.1" + viewer: "v3.11.0" depends_on: - "mongo" ports: @@ -37,7 +37,7 @@ services: build: context: "https://github.com/SBU-BMI/PathDB.git#2.0.0" args: - viewer: "v3.10.2" + viewer: "v3.11.0" container_name: quip-pathdb restart: unless-stopped ports: ["443:443","80:80"]