Skip to content

Commit 3b8987c

Browse files
burtonralexellis
authored andcommitted
Update to latest versions
Update base docker image to ubuntu-xenial Update of-watchdog to 0.4.5 Signed-off-by: Burton Rheutan <[email protected]>
1 parent 49c0a48 commit 3b8987c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/powershell-http/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM microsoft/powershell:ubuntu16.04
1+
FROM microsoft/powershell:ubuntu-xenial
22

3-
RUN curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.2/of-watchdog > /usr/bin/fwatchdog \
3+
RUN curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.5/of-watchdog > /usr/bin/fwatchdog \
44
&& chmod +x /usr/bin/fwatchdog
55
WORKDIR /root/
66

0 commit comments

Comments
 (0)