Browse Source

Merge pull request #2063 from thaJeztah/bump-go-1.9.3

Bump Go to 1.9.3
Flavio Crisciani 7 năm trước cách đây
mục cha
commit
1eaa943f64
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libnetwork/Dockerfile.build

+ 1 - 1
libnetwork/Dockerfile.build

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