Skip to content
Snippets Groups Projects
Commit bc4079f7 authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Update alpinefunction to latest watchdog

parent 3aa76a9e
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.8
RUN apk --no-cache add curl \
&& curl -sL https://github.com/openfaas/faas/releases/download/0.9.6/fwatchdog > /usr/bin/fwatchdog \
&& curl -sL https://github.com/openfaas/faas/releases/download/0.9.14/fwatchdog > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog
# Populate example here
......
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