mirror of https://github.com/docker/cli.git
update vndr v0.1.1
full diff: https://github.com/LK4D4/vndr/compare/v0.1.0...v0.1.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 7c54406951
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
950dcedd97
commit
a8454a4d92
|
@ -4,8 +4,8 @@ FROM golang:${GO_VERSION}-alpine
|
||||||
|
|
||||||
RUN apk add -U git make bash coreutils ca-certificates curl
|
RUN apk add -U git make bash coreutils ca-certificates curl
|
||||||
|
|
||||||
# v0.1.0
|
# v0.1.1
|
||||||
ARG VNDR_SHA=d385c05e4c23b602dd16b3d2a1a6c710919bf02f
|
ARG VNDR_SHA=85886e1ac99b8d96590e6e0d9f075dc7a711d132
|
||||||
RUN go get -d github.com/LK4D4/vndr && \
|
RUN go get -d github.com/LK4D4/vndr && \
|
||||||
cd /go/src/github.com/LK4D4/vndr && \
|
cd /go/src/github.com/LK4D4/vndr && \
|
||||||
git checkout -q "$VNDR_SHA" && \
|
git checkout -q "$VNDR_SHA" && \
|
||||||
|
|
Loading…
Reference in New Issue