diff --git a/Dockerfile b/Dockerfile index 8c9fb432..b9a70005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.7.0 +FROM golang:1.7.1 RUN go get github.com/golang/lint/golint \ github.com/mattn/goveralls \