From b88f43380ee2cd4c44357c2e2165de0e3a4ec8a4 Mon Sep 17 00:00:00 2001 From: ebremer Date: Wed, 9 Oct 2019 12:08:58 -0400 Subject: [PATCH] bump caMic to 3.5.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce147d7fd..d5080812c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN mkdir /quip/web/sup COPY sup/* /quip/web/sup/ # download caMicroscope WORKDIR /quip/web -RUN git clone https://github.com/camicroscope/caMicroscope.git --branch=v3.5.1 +RUN git clone https://github.com/camicroscope/caMicroscope.git --branch=v3.5.2 RUN git clone https://github.com/SBU-BMI/FeatureMap --branch=2.0.2 RUN rm /etc/httpd/conf.d/ssl.conf RUN chmod 755 /root/run.sh