Dockerfile.build: Bump Go to 1.10.2
@@ -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 \