From d56726748fd5473627ad8867a463f8e3a0dec582 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Fri, 17 Feb 2023 11:59:47 +0100 Subject: [PATCH] Bump talisman from 1.28.1 to 1.30.0 Closes #7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1848ecc..1d6ca63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt update && apt install software-properties-common -y && \ add-apt-repository ppa:git-core/ppa -y && \ apt install -y git -ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.28.1/talisman_linux_amd64", "/talisman"] +ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.30.0/talisman_linux_amd64", "/talisman"] RUN chmod +x /talisman COPY entrypoint.sh /entrypoint.sh