Update alpine function to enable patch support

Relates to: #815"

Signed-off-by: Edward Wilde <ewilde@gmail.com>
This commit is contained in:
Edward Wilde
2018-08-29 19:46:06 +01:00
committed by Alex Ellis
parent 3b4c1d90eb
commit b564243f32
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.7
ADD https://github.com/openfaas/faas/releases/download/0.8.0/fwatchdog /usr/bin
ADD https://github.com/openfaas/faas/releases/download/0.9.0/fwatchdog /usr/bin
# COPY ./fwatchdog /usr/bin/
RUN chmod +x /usr/bin/fwatchdog