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 486edf1 commit 381ceb2Copy full SHA for 381ceb2
template/golang-http/Dockerfile
@@ -3,7 +3,7 @@ FROM golang:1.9.2-alpine3.6
3
# Alternatively use ADD https:// (which will not be cached by Docker builder)
4
RUN apk --no-cache add curl \
5
&& 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 \
+ && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.0/of-watchdog > /usr/bin/fwatchdog \
7
&& chmod +x /usr/bin/fwatchdog \
8
&& apk del curl --no-cache
9
0 commit comments