mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Update alpine function to enable patch support
Relates to: #815" Signed-off-by: Edward Wilde <ewilde@gmail.com>
This commit is contained in:
parent
3b4c1d90eb
commit
b564243f32
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user