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/