浏览代码

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

Switch to golang 1.5.4
Santhosh Manohar 9 年之前
父节点
当前提交
49f43b268d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 \