Dockerfile-test: upgrade Go version to 1.9.1

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
release-3.3
Gyu-Ho Lee 2017-10-05 05:13:28 -07:00
parent f5b1da6a20
commit ded97c874b
1 changed files with 1 additions and 1 deletions

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 \