From a4887185f6cc4039bfe2833ce9d7e2e7cc81b9e8 Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Wed, 27 Jan 2021 21:03:16 -0500 Subject: [PATCH] fix viewer version to 3.8.4 in pathdb --- quip-pathdb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quip-pathdb.yml b/quip-pathdb.yml index 8af5627..8f27a04 100644 --- a/quip-pathdb.yml +++ b/quip-pathdb.yml @@ -47,7 +47,7 @@ services: build: context: "https://github.com/SBU-BMI/PathDB.git#1.3.5" args: - viewer: "v3.8.3" + viewer: "v3.8.4" container_name: quip-pathdb restart: unless-stopped ports: ["443:443","80:80"]