Update dependency tar to v1.34-r0

This commit is contained in:
Renovate Bot 2021-04-07 04:01:09 +00:00
parent 9749189285
commit ab4fc012d0

View file

@ -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.2-r0" curl="7.74.0-r1" && \
apk add --no-cache tar="1.34-r0" git="2.30.2-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 .