Browse Source

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

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 years ago
parent
commit
70aa30f281
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e2e/docker-dns-srv/Dockerfile

+ 1 - 1
e2e/docker-dns-srv/Dockerfile

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