diff --git a/CMakeLists.txt b/CMakeLists.txt
index d8f80599498c69ca20553e4b03dd472a99358c77..c5ac339413bf69101606e19630a6295789ffaada 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.7.1)
+project (hallac_container VERSION 1.8.0)
 
 ################################################################################
 ## The name of our container
diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile
index 8fb07fb87b0e77689a76228b2ca323309daad3dd..7c38aa44e146e50e3dff921dd51848e3cbbd60db 100644
--- a/containers/docker/Dockerfile
+++ b/containers/docker/Dockerfile
@@ -69,7 +69,7 @@ RUN echo "  -------------------------------------------------"
   && source /usr/local/bin/thisroot.sh                                                 \
   && cd /tmp && rm -rf hcana                                                                 \
   && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git             \
-  && cd hcana && git checkout v1.2.0                                                    \
+  && cd hcana && git checkout v1.3.0                                                    \
   && mkdir build && cd build                                                            \
   && cmake ../.  && make -j20 && make install                                           \
   && cd /tmp && rm -rf hcana                                                                 \