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