Dockerfile-test: 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 05:13:28 -07:00
parent f5b1da6a20
commit ded97c874b

View File

@ -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 \