Sfoglia il codice sorgente

WIP: Update golang version to 1.7.1

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
Jana Radhakrishnan 8 anni fa
parent
commit
47759a5d4b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 apt-get update && apt-get -y install iptables
 
 
 RUN go get github.com/tools/godep \
 RUN go get github.com/tools/godep \