Update watchdog version

This commit is contained in:
Alex Ellis 2017-12-28 18:52:14 +00:00 committed by GitHub
parent e04319e7ec
commit 7e7a298899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,10 +36,10 @@ Example Dockerfile for an `echo` function:
```
FROM alpine:3.5
ADD https://github.com/openfaas/faas/releases/download/v0.5-alpha/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.6.15/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog
# Define your UNIX binary here
# Define your binary here
ENV fprocess="/bin/cat"
CMD ["fwatchdog"]