Skip to content

Commit 8c4ce05

Browse files
committed
Bump of-watchdog
This is to use the new watchdog with custom metrics added. Signed-off-by: Alex Ellis <[email protected]>
1 parent f6501b3 commit 8c4ce05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

template/golang-http-armhf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
22

33
RUN apk --no-cache add curl \
44
&& echo "Pulling watchdog binary from Github." \
5-
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog-armhf > /usr/bin/fwatchdog \
5+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0/of-watchdog-armhf > /usr/bin/fwatchdog \
66
&& chmod +x /usr/bin/fwatchdog \
77
&& apk del curl --no-cache
88

template/golang-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
22

33
RUN apk --no-cache add curl \
44
&& echo "Pulling watchdog binary from Github." \
5-
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \
5+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0/of-watchdog > /usr/bin/fwatchdog \
66
&& chmod +x /usr/bin/fwatchdog \
77
&& apk del curl --no-cache
88

template/golang-middleware-armhf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
22

33
RUN apk --no-cache add curl \
44
&& echo "Pulling watchdog binary from Github." \
5-
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog-armhf > /usr/bin/fwatchdog \
5+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0/of-watchdog-armhf > /usr/bin/fwatchdog \
66
&& chmod +x /usr/bin/fwatchdog \
77
&& apk del curl --no-cache
88

template/golang-middleware/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
22

33
RUN apk --no-cache add curl \
44
&& echo "Pulling watchdog binary from Github." \
5-
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \
5+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0/of-watchdog > /usr/bin/fwatchdog \
66
&& chmod +x /usr/bin/fwatchdog \
77
&& apk del curl --no-cache
88

0 commit comments

Comments
 (0)