From 86a99b1e4aa72f6dad71c015abfd1c3c3b91a85c Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 30 Jul 2024 13:24:29 +0200 Subject: [PATCH] Maintenance commit to update 0.9.0 to 0.9.1 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cacb4817..d6e58473 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM alpine/git as clone WORKDIR /app RUN git clone https://github.com/threagile/threagile.git +# use tag v0.9.1 RUN cd threagile && git checkout tags/v0.9.1 -b v0.9.1