Merge pull request #2063 from thaJeztah/bump-go-1.9.3

Bump Go to 1.9.3
This commit is contained in:
Flavio Crisciani 2018-01-24 11:00:45 -08:00 committed by GitHub
commit 1eaa943f64
1 changed files with 1 additions and 1 deletions

View File

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