Kaynağa Gözat

Merge pull request #2191 from euanh/bump-go-version

Dockerfile.build: Bump Go to 1.10.2
Flavio Crisciani 7 yıl önce
ebeveyn
işleme
c548093db6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      libnetwork/Dockerfile.build

+ 1 - 1
libnetwork/Dockerfile.build

@@ -1,4 +1,4 @@
-FROM golang:1.10
+FROM golang:1.10.2
 RUN apt-get update && apt-get -y install iptables
 RUN apt-get update && apt-get -y install iptables
 
 
 RUN go get github.com/golang/lint/golint \
 RUN go get github.com/golang/lint/golint \