Skip to content

Commit 9c9b647

Browse files
omrishtamalexellis
authored andcommitted
bump of-watchdog version to 0.4.6
Signed-off-by: Omri Shtamberger <[email protected]>
1 parent 932557e commit 9c9b647

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.2/of-watchdog-armhf > /usr/bin/fwatchdog \
5+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/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.2/of-watchdog > /usr/bin/fwatchdog \
5+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/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.2/of-watchdog-armhf > /usr/bin/fwatchdog \
5+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/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.2/of-watchdog > /usr/bin/fwatchdog \
5+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \
66
&& chmod +x /usr/bin/fwatchdog \
77
&& apk del curl --no-cache
88

0 commit comments

Comments
 (0)