File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
2
2
3
3
RUN apk --no-cache add curl \
4
4
&& 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 \
6
6
&& chmod +x /usr/bin/fwatchdog \
7
7
&& apk del curl --no-cache
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
2
2
3
3
RUN apk --no-cache add curl \
4
4
&& 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 \
6
6
&& chmod +x /usr/bin/fwatchdog \
7
7
&& apk del curl --no-cache
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
2
2
3
3
RUN apk --no-cache add curl \
4
4
&& 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 \
6
6
&& chmod +x /usr/bin/fwatchdog \
7
7
&& apk del curl --no-cache
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
2
2
3
3
RUN apk --no-cache add curl \
4
4
&& 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 \
6
6
&& chmod +x /usr/bin/fwatchdog \
7
7
&& apk del curl --no-cache
8
8
You can’t perform that action at this time.
0 commit comments