diff --git a/docker-compose/tango-archiver-ts/Dockerfile b/docker-compose/tango-archiver-ts/Dockerfile
index 9fe3cef12a0399f04982deaaea24036a26fc1ced..0d8b5e0c0ee0fe3efc174771b4556001c34a1789 100644
--- a/docker-compose/tango-archiver-ts/Dockerfile
+++ b/docker-compose/tango-archiver-ts/Dockerfile
@@ -66,8 +66,7 @@ RUN cd libhdbpp/build \
 # ----------- LIBHDB++ TIMESCALE ---------------
 
 #RUN git clone -b image_support --recurse-submodules https://github.com/tango-controls-hdbpp/libhdbpp-timescale.git
-#RUN git clone -b image_support_lofar_fixes --recurse-submodules https://git.astron.nl/lofar2.0/libhdbpp-timescale.git
-RUN git clone -b image_support_for_boolean --recurse-submodules https://git.astron.nl/lofar2.0/libhdbpp-timescale.git
+RUN git clone -b image_support_lofar_fixes --recurse-submodules https://git.astron.nl/lofar2.0/libhdbpp-timescale.git
 
 RUN cd libhdbpp-timescale \
  && mkdir -p build \