Upgrade Talisman to v1.26.0

This commit is contained in:
Klaus Hartl 2022-03-11 09:54:18 +01:00
parent febec4e37a
commit c0a2d6f261
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A

View file

@ -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