mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Bump go version to 1.8.5
Signed-off-by: John McCabe <john@johnmccabe.net>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM golang:1.8.3 as build
|
||||
FROM golang:1.8.5 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
|
||||
|
Reference in New Issue
Block a user