mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
Update DockerHub build hook with golang 1.9 (#998)
To align with #992 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -3,5 +3,5 @@ echo "=> Building the CoreDNS binary"
|
||||
docker run \
|
||||
-v $(pwd):/go/src/github.com/coredns/coredns \
|
||||
-w /go/src/github.com/coredns/coredns \
|
||||
golang:1.8.0 \
|
||||
golang:1.9 \
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user