Sfoglia il codice sorgente

change base image version in Dockerfile.build to enable unit test in arm64 for multi-arch image issue

Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
Jianyong Wu 7 anni fa
parent
commit
fe032eeb07
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.8.4
+FROM golang:1.8.5
 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 \