mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Update watchdog version
This commit is contained in:
parent
e04319e7ec
commit
7e7a298899
@ -36,10 +36,10 @@ Example Dockerfile for an `echo` function:
|
|||||||
```
|
```
|
||||||
FROM alpine:3.5
|
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
|
RUN chmod +x /usr/bin/fwatchdog
|
||||||
|
|
||||||
# Define your UNIX binary here
|
# Define your binary here
|
||||||
ENV fprocess="/bin/cat"
|
ENV fprocess="/bin/cat"
|
||||||
|
|
||||||
CMD ["fwatchdog"]
|
CMD ["fwatchdog"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user