From a166d1854e09e50b47a177ebc15800bcdb4cd276 Mon Sep 17 00:00:00 2001
From: Sander ter Veen <veen@astron.nl>
Date: Tue, 20 Jun 2023 13:15:26 +0000
Subject: [PATCH] Force docker build

---
 Docker/lofar-tbbwriter-control/Dockerfile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Docker/lofar-tbbwriter-control/Dockerfile.tmpl b/Docker/lofar-tbbwriter-control/Dockerfile.tmpl
index 7b91f07a652..438a0858365 100644
--- a/Docker/lofar-tbbwriter-control/Dockerfile.tmpl
+++ b/Docker/lofar-tbbwriter-control/Dockerfile.tmpl
@@ -101,7 +101,7 @@ RUN aptitude install -y libncurses${NCURSES_VERSION} liblog4cplus-${LIBLOG4CPLUS
     aptitude autoclean
 
 # Apply a finger print to force a rebuild if the source code changes. Supply a unique ID here to force a rebuild.
-ARG LOFAR_FINGERPRINT=whatever
+ARG LOFAR_FINGERPRINT=V2.1
 ENV LOFAR_FINGERPRINT=${LOFAR_FINGERPRINT}
 
 # Install
-- 
GitLab