Browse Source

Merge pull request #1185 from thaJeztah/switch-to-go-1.5.4

Switch to golang 1.5.4
Santhosh Manohar 9 years ago
parent
commit
49f43b268d
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.5.3
+FROM golang:1.5.4
 RUN apt-get update && apt-get -y install iptables
 
 RUN go get github.com/tools/godep \