Dockerfile.build: Bump Go to 1.10.2

This brings libnetwork up to date with moby/moby.

Signed-off-by: Euan Harris <euan.harris@docker.com>
This commit is contained in:
Euan Harris 2018-06-08 13:42:33 +01:00
parent 803f882770
commit 24bdb26483

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/tools/godep \