1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Merge pull request #329 from dnephin/fix-linter-master

Update gometalinter
Upstream-commit: 6d74d8c13c
Component: cli
This commit is contained in:
Sebastiaan van Stijn
2017-07-12 13:21:24 -07:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ FROM golang:1.8.3-alpine
RUN apk add -U git
ARG GOMETALINTER_SHA=b4ebfc554d8f36bfef1f180ad0aaaaac99b430d5
ARG GOMETALINTER_SHA=4306381615a2ba2a207f8fcea02c08c6b2b0803f
RUN go get github.com/alecthomas/gometalinter && \
cd /go/src/github.com/alecthomas/gometalinter && \
git checkout -q "$GOMETALINTER_SHA" && \