From 4f284e85e91b7849247928b04a2469b7d38b5b20 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sat, 18 Sep 2021 09:30:25 +0200 Subject: [PATCH] Try distribution that comes with git executable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 482e1dc..338e12c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.6 +FROM ubuntu:latest ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.22.0/talisman_linux_amd64", "/talisman"] RUN chmod +x /talisman