Merge pull request #2191 from euanh/bump-go-version

Dockerfile.build: Bump Go to 1.10.2
This commit is contained in:
Flavio Crisciani 2018-06-19 09:24:11 -07:00 committed by GitHub
commit c548093db6

View file

@ -1,4 +1,4 @@
FROM golang:1.10
FROM golang:1.10.2
RUN apt-get update && apt-get -y install iptables
RUN go get github.com/golang/lint/golint \