Skip to content
Snippets Groups Projects
Unverified Commit 7e7a2988 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Update watchdog version

parent e04319e7
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment