*: Go 1.7 no longer supported and updated build image to 1.9

This commit is contained in:
Eric Chiang
2017-11-08 11:27:32 -08:00
parent ccf85a7269
commit b58fba6753
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.8.3-alpine
FROM golang:1.9.2-alpine
MAINTAINER Ed Rooth <ed.rooth@coreos.com>
MAINTAINER Lucas Servén <lucas.serven@coreos.com>