File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
22
33RUN 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
22
33RUN 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
22
33RUN 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.10.4-alpine3.8 as build
22
33RUN 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
You can’t perform that action at this time.
0 commit comments