Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit d5e9bda

Browse files
committed
update vndr v0.1.1
full diff: LK4D4/vndr@v0.1.0...v0.1.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 7c54406951df50ca3f808dca99f86a51e6d6a370) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: a8454a4d92ed4af380ad5cd8b29a99fd77169624 Component: cli
1 parent c69ca2c commit d5e9bda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/cli/dockerfiles/Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM golang:${GO_VERSION}-alpine
44

55
RUN apk add -U git make bash coreutils ca-certificates curl
66

7-
# v0.1.0
8-
ARG VNDR_SHA=d385c05e4c23b602dd16b3d2a1a6c710919bf02f
7+
# v0.1.1
8+
ARG VNDR_SHA=85886e1ac99b8d96590e6e0d9f075dc7a711d132
99
RUN go get -d github.com/LK4D4/vndr && \
1010
cd /go/src/github.com/LK4D4/vndr && \
1111
git checkout -q "$VNDR_SHA" && \

0 commit comments

Comments
 (0)