mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
Bump watchdog to 1.9.4
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
parent
034f2c4d13
commit
bbbb4b536a
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user