Merge pull request 'Update dependency git to v2.30.1-r0' (#5) from renovate/base-dependencies into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
This commit is contained in:
commit
bfca955a43
1 changed files with 1 additions and 1 deletions
|
@ -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.0-r0" curl="7.74.0-r0" && \
|
||||
apk add --no-cache tar="1.33-r1" git="2.30.1-r0" curl="7.74.0-r0" && \
|
||||
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 .
|
||||
|
|
Reference in a new issue