Update to golang 1.9.7

Issue #660 has been open for a while to update to 1.9.6, this
performs the update to the latest in the 1.9 release (1.9.7)

Signed-off-by: Sean Smith <sean@wwsean08.com>
This commit is contained in:
Sean Smith
2018-06-15 19:34:15 -07:00
committed by Alex Ellis
parent c8f958c429
commit 2292aab829
12 changed files with 12 additions and 13 deletions

View File

@ -1,5 +1,4 @@
#FROM alexellis2/golang:1.9-arm64 as build
FROM golang:1.9.2 as build
FROM golang:1.9.7 as build
WORKDIR /go/src/github.com/openfaas/faas/gateway
#RUN curl -sL https://github.com/alexellis/license-check/releases/download/0.1/license-check > /usr/bin/license-check && chmod +x /usr/bin/license-check