Browse Source

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>
Euan Harris 7 years ago
parent
commit
24bdb26483
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libnetwork/Dockerfile.build

+ 1 - 1
libnetwork/Dockerfile.build

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