From 584aebb647c189694843420b0bf5e68dfcfe7f6c Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Wed, 17 Jul 2024 15:24:33 +0100 Subject: [PATCH] add a thing --- txpipe-dev/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index e2818e7..73a7e41 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -1,6 +1,10 @@ FROM ghcr.io/lsstdesc/txpipe-base LABEL maintainer=joezuntz@googlemail.com +# This is here so I can force a rebuild when changing +# stuff in the TXPipe repo. +RUN echo Build version 1 + # I thought this would carry over from the previous build # but apparently not. Might be a github actions thing. # or maybe I just didn't wait long enough for the parent