Bump watchdog to 1.9.4

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (VMware) 2018-03-29 10:08:54 +01:00 committed by Alex Ellis
parent 034f2c4d13
commit bbbb4b536a
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
FROM golang:1.9.4 as build
RUN curl -sL https://github.com/alexellis/license-check/releases/download/0.2.2/license-check \
> /usr/bin/license-check \
&& chmod +x /usr/bin/license-check

View File

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