1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Merge pull request #2328 from thaJeztah/bump_vndr

update vndr v0.1.1
This commit is contained in:
Silvin Lubecki
2020-02-12 14:50:37 +01:00
committed by GitHub

View File

@@ -4,8 +4,8 @@ FROM golang:${GO_VERSION}-alpine
RUN apk add -U git make bash coreutils ca-certificates curl
# v0.1.0
ARG VNDR_SHA=d385c05e4c23b602dd16b3d2a1a6c710919bf02f
# v0.1.1
ARG VNDR_SHA=85886e1ac99b8d96590e6e0d9f075dc7a711d132
RUN go get -d github.com/LK4D4/vndr && \
cd /go/src/github.com/LK4D4/vndr && \
git checkout -q "$VNDR_SHA" && \