diff --git a/CMakeLists.txt b/CMakeLists.txt
index b0ad36105b43ee2f2c94028107b3274c6fa475ca..8d32e74d9e3872385f233c72bdec6319ca05b137 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.6)
+project (hallac_container VERSION 1.6.7)
 
 ################################################################################
 ## The name of our container
diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile
index d57fd84ca6da4b0a3482d9bcc36906261998cc9d..ae64c3ddc09851ead320f76bef0e060f24a27a06 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.8                                                   \
+  && cd hallc_tools && git checkout v1.1.9                                                   \
   && mkdir build && cd build                                                                 \
   && cmake ../.  && make -j20 && make install                                                \
   && cd /tmp && rm -rf hallc_tools                                                           \