From 466916972f8ea363463121d82d8f876eb9ce7035 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Thu, 24 Jun 2021 23:15:09 +0200 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 413d8b9..06cccdc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV MORTY_VERSION="f5bff1e285d3f973cacf73318e55175edafd633f" WORKDIR $GOPATH/src/github.com/asciimoo/morty RUN apk upgrade --no-cache && \ - apk add --no-cache git="2.32.0-r0" && \ + apk add --no-cache git && \ git clone https://github.com/asciimoo/morty.git . && \ git checkout "${MORTY_VERSION}"