From e1849a8f49b15e72614998e628af196ea46897e4 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 12 Jul 2017 17:11:04 +0100 Subject: [PATCH] Update watchdog version --- sample-functions/NodeInfo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-functions/NodeInfo/Dockerfile b/sample-functions/NodeInfo/Dockerfile index 78a8c2a3..e6dd2769 100644 --- a/sample-functions/NodeInfo/Dockerfile +++ b/sample-functions/NodeInfo/Dockerfile @@ -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 .