From 110d7c30b91bf19401030c9fabdff1c2de6c94a7 Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Thu, 3 Dec 2020 11:19:41 -0500 Subject: [PATCH] 3.8.3 tags for viewer and slideloader --- caMicroscope.yml | 4 ++-- quip-pathdb.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/caMicroscope.yml b/caMicroscope.yml index 9c94b587..ad61779a 100644 --- a/caMicroscope.yml +++ b/caMicroscope.yml @@ -21,7 +21,7 @@ services: build: context: "https://github.com/camicroscope/caracal.git#v3.8.2" args: - viewer: "v3.8.2" + viewer: "v3.8.3" depends_on: - "mongo" ports: @@ -43,7 +43,7 @@ services: volumes: - ./images/:/images/ loader: - build: "https://github.com/camicroscope/SlideLoader.git#v3.8.0" + build: "https://github.com/camicroscope/SlideLoader.git#v3.8.3" container_name: ca-load restart: always volumes: diff --git a/quip-pathdb.yml b/quip-pathdb.yml index aeae69d3..58447dc8 100644 --- a/quip-pathdb.yml +++ b/quip-pathdb.yml @@ -28,7 +28,7 @@ services: build: context: "https://github.com/camicroscope/caracal.git#v3.8.2" args: - viewer: "v3.8.2" + viewer: "v3.8.3" depends_on: - "mongo" ports: @@ -47,7 +47,7 @@ services: build: context: "https://github.com/SBU-BMI/PathDB.git#1.3.5" args: - viewer: "v3.8.2" + viewer: "v3.8.3" container_name: quip-pathdb restart: unless-stopped ports: ["443:443","80:80"]