Skip to content
Snippets Groups Projects
Commit e1849a8f authored by Alex Ellis's avatar Alex Ellis
Browse files

Update watchdog version

parent 972fb16c
No related branches found
No related tags found
No related merge requests found
FROM alpine:latest FROM alpine:latest
RUN apk --update add nodejs RUN apk --update add nodejs
ADD https://github.com/alexellis/faas/releases/download/v0.5-alpha/fwatchdog /usr/bin ADD https://github.com/alexellis/faas/releases/download/0.5.6-alpha/fwatchdog /usr/bin
RUN chmod +x /usr/bin/fwatchdog RUN chmod +x /usr/bin/fwatchdog
COPY package.json . COPY package.json .
......
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