Ver código fonte

Merge pull request #1491 from mrjana/bugs

Update golang version to 1.7.1
Alessandro Boch 8 anos atrás
pai
commit
ef5f9395a6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      libnetwork/Dockerfile.build

+ 1 - 1
libnetwork/Dockerfile.build

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