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
FROM golang:1.8.5
RUN mkdir -p /go/src/github.com/openfaas/faas/watchdog
WORKDIR /go/src/github.com/openfaas/faas/watchdog