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

@ -97,6 +97,9 @@ We use vendoring for projects written in Go. This means that we will maintain a
We use Golang's `dep` tool to manage dependencies for Golang projects - https://github.com/golang/dep
### How are releases made?
To cut a release please ask Alex via the #contributors [slack channel](https://docs.openfaas.com/community/#slack-workspace)
### How do I become a maintainer?
Maintainers are well-known contributors with a track record of:

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