From 161d09974173612bd76cdea2f9ce459777806aab Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 28 Aug 2020 12:43:13 -0500
Subject: [PATCH] Fixing CI 	modified:   containers/docker/Dockerfile

---
 containers/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile
index 50cde70..a0eed7b 100644
--- a/containers/docker/Dockerfile
+++ b/containers/docker/Dockerfile
@@ -24,7 +24,7 @@ RUN   ls -lrth /usr/local/lib/lib*.so \
   && export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH  \
   && export PATH=/usr/local/bin:$PATH  \
   && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/analyzer.git \
-  && mkdir analyzer/build && cd analyzer/build   && git pull && git checkout v1.3-dev\
+  && mkdir analyzer/build && cd analyzer/build   && git pull && git checkout master\
   && cmake ../.  && make -j20 VERBOSE=1 && make install \
   && cd /tmp  && rm -rf analyzer \
   && git clone https://eicweb.phy.anl.gov/jlab/hcana.git \
-- 
GitLab