Compare commits

...

2 commits

Author SHA1 Message Date
f8c6cb07e8 Merge pull request 'Update dependency curl to v7.77.0-r1' (#28) from renovate/base-dependencies into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #28
2021-06-16 14:35:06 +00:00
a5479e370e Update dependency curl to v7.77.0-r1 2021-06-11 16:00:48 +00:00

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.34-r0" git="2.30.2-r0" curl="7.77.0-r0" && \
apk add --no-cache tar="1.34-r0" git="2.30.2-r0" curl="7.77.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 .