From c0a2d6f261032d44db4e7d792824aaa4dd6de7b8 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Fri, 11 Mar 2022 09:54:18 +0100 Subject: [PATCH] Upgrade Talisman to v1.26.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46be0e5..5156fce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:20.04 RUN apt update && apt install -y git -ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.25.0/talisman_linux_amd64", "/talisman"] +ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.26.0/talisman_linux_amd64", "/talisman"] RUN chmod +x /talisman COPY entrypoint.sh /entrypoint.sh