From b19264a7aac804af912a4da81d0685383374ba2f Mon Sep 17 00:00:00 2001 From: "Martin Dekov (VMware)" Date: Mon, 17 Sep 2018 06:47:38 -0700 Subject: [PATCH] Move watchdog to 0.9.4 Signed-off-by: Martin Dekov (VMware) --- template/powershell/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/powershell/Dockerfile b/template/powershell/Dockerfile index a550b50..9bb4e9c 100644 --- a/template/powershell/Dockerfile +++ b/template/powershell/Dockerfile @@ -1,6 +1,6 @@ FROM microsoft/powershell:ubuntu16.04 -RUN curl -sSL https://github.com/openfaas/faas/releases/download/0.6.15/fwatchdog > /usr/bin/fwatchdog \ +RUN curl -sSL https://github.com/openfaas/faas/releases/download/0.9.4/fwatchdog > /usr/bin/fwatchdog \ && chmod +x /usr/bin/fwatchdog WORKDIR /root/