From 6ff5db528f239aeb8e2f849dad8b29c018a81527 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Feb 2021 05:01:05 +0000 Subject: [PATCH] Update dependency git to v2.30.1-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bffa423..017dcec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV MORTY_VERSION="f56efbfca411605bc7a2b5cc8fcad91df537a597" WORKDIR $GOPATH/src/github.com/asciimoo/morty RUN apk upgrade --no-cache && \ - apk add --no-cache git="2.30.0-r0" && \ + apk add --no-cache git="2.30.1-r0" && \ git clone https://github.com/asciimoo/morty.git . && \ git checkout "${MORTY_VERSION}"