Skip to content

Commit d49b117

Browse files
committed
Bump watchdog
Signed-off-by: Alex Ellis <[email protected]>
1 parent 3b46eb5 commit d49b117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/ruby-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG ADDITIONAL_PACKAGE
55
# Alternatively use ADD https:// (which will not be cached by Docker builder)
66
RUN apk --no-cache add curl ${ADDITIONAL_PACKAGE} \
77
&& echo "Pulling watchdog binary from Github." \
8-
&& curl -sSL https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \
8+
&& curl -sSL https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0/of-watchdog > /usr/bin/fwatchdog \
99
&& chmod +x /usr/bin/fwatchdog \
1010
&& apk del curl
1111

0 commit comments

Comments
 (0)