Bump talisman from 1.26.0 to 1.28.1

This commit is contained in:
Klaus Hartl 2022-08-15 14:04:41 +02:00
parent 914217b877
commit a94edcf206
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A

View file

@ -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.26.0/talisman_linux_amd64", "/talisman"]
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.28.1/talisman_linux_amd64", "/talisman"]
RUN chmod +x /talisman
COPY entrypoint.sh /entrypoint.sh