From cdacfaa0bef673ae32a8628300ae18d5671d078d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Mar 2021 05:00:52 +0000 Subject: [PATCH] Update dependency curl to v7.74.0-r1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b538f3..6e44198 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV FILTRON_VERSION="v0.2.0" WORKDIR $GOPATH/src/github.com/asciimoo/filtron RUN apk upgrade --no-cache && \ - apk add --no-cache tar="1.33-r1" git="2.30.1-r0" curl="7.74.0-r0" && \ + apk add --no-cache tar="1.33-r1" git="2.30.1-r0" curl="7.74.0-r1" && \ curl -L "https://github.com/asciimoo/filtron/archive/${FILTRON_VERSION}.tar.gz" | tar xvz --strip 1 RUN go get -d -v && gofmt -l ./ && go build .