mirror of https://github.com/docker/cli.git
Update gometalinter
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
25d9594f0b
commit
7a8f75a25a
|
@ -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" && \
|
||||
|
|
Loading…
Reference in New Issue