e2e/docker-dns-srv: upgrade Go version to 1.9.1

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyu-Ho Lee 2017-10-05 10:40:29 -07:00
parent 8b75689c05
commit 70aa30f281

View File

@ -1,4 +1,4 @@
FROM golang:1.9-stretch
FROM golang:1.9.1-stretch
LABEL Description="Image for etcd DNS SRV testing"
RUN apt update -y \