We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b46eb5 commit d49b117Copy full SHA for d49b117
template/ruby-http/Dockerfile
@@ -5,7 +5,7 @@ ARG ADDITIONAL_PACKAGE
5
# Alternatively use ADD https:// (which will not be cached by Docker builder)
6
RUN apk --no-cache add curl ${ADDITIONAL_PACKAGE} \
7
&& 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 \
+ && curl -sSL https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0/of-watchdog > /usr/bin/fwatchdog \
9
&& chmod +x /usr/bin/fwatchdog \
10
&& apk del curl
11
0 commit comments