Update watchdog version

This commit is contained in:
Alex Ellis
2017-07-12 17:11:04 +01:00
parent 972fb16ca8
commit e1849a8f49

View File

@ -1,7 +1,7 @@
FROM alpine:latest
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
COPY package.json .