Skip to content

Commit 381ceb2

Browse files
Martin Dekov (VMware)alexellis
authored andcommitted
Bump template to of-watchdog 0.4.0
Signed-off-by: Martin Dekov (VMware) <[email protected]>
1 parent 486edf1 commit 381ceb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/golang-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.9.2-alpine3.6
33
# Alternatively use ADD https:// (which will not be cached by Docker builder)
44
RUN apk --no-cache add curl \
55
&& echo "Pulling watchdog binary from Github." \
6-
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.2.1/of-watchdog > /usr/bin/fwatchdog \
6+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.0/of-watchdog > /usr/bin/fwatchdog \
77
&& chmod +x /usr/bin/fwatchdog \
88
&& apk del curl --no-cache
99

0 commit comments

Comments
 (0)