We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c0a48 commit 3b8987cCopy full SHA for 3b8987c
template/powershell-http/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM microsoft/powershell:ubuntu16.04
+FROM microsoft/powershell:ubuntu-xenial
2
3
-RUN curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.2/of-watchdog > /usr/bin/fwatchdog \
+RUN curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.5/of-watchdog > /usr/bin/fwatchdog \
4
&& chmod +x /usr/bin/fwatchdog
5
WORKDIR /root/
6
0 commit comments