Bump go version to 1.8.5

Signed-off-by: John McCabe <john@johnmccabe.net>
This commit is contained in:
John McCabe 2017-11-07 23:45:02 +00:00 committed by Alex Ellis
parent 1e3f3d4249
commit 00bb13cccd
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM golang:1.8.3
FROM golang:1.8.5
RUN mkdir -p /go/src/github.com/openfaas/faas/watchdog
WORKDIR /go/src/github.com/openfaas/faas/watchdog