diff --git a/CMakeLists.txt b/CMakeLists.txt index 09a4b47656a4d2e4d08c2751ca42c65a2a08ced6..7684dd80dd2de749eb3972984d2bac5768be4499 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ ## PROJECT: hallac_container ################################################################################ cmake_minimum_required (VERSION 3.8) -project (hallac_container VERSION 1.6.4) +project (hallac_container VERSION 1.6.5) ################################################################################ ## The name of our container diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index 3744aff45f772317d71d4e9ce23272f108a0785c..4554946f6330fd7cf8a894244ec96ec4c372d1f6 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -97,7 +97,7 @@ RUN cd /tmp \ && make -j8 install \ && cd /tmp && rm -r range-v3 \ && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hallc_tools.git \ - && cd hallc_tools && git checkout v1.1.5 \ + && cd hallc_tools && git checkout v1.1.7 \ && mkdir build && cd build \ && cmake ../. && make -j20 && make install \ && cd /tmp && rm -rf hallc_tools \