Browse Source

Dockerfile-test: upgrade Go version to 1.9.1

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 years ago
parent
commit
ded97c874b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile-test

+ 1 - 1
Dockerfile-test

@@ -1,4 +1,4 @@
-FROM golang:1.9-stretch
+FROM golang:1.9.1-stretch
 
 RUN apt-get -y update
 RUN apt-get -y install \