File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM python:2.7-alpine
3
3
# Alternatively use ADD https:// (which will not be cached by Docker builder)
4
4
RUN apk --no-cache add curl \
5
5
&& echo "Pulling watchdog binary from Github." \
6
- && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6 /of-watchdog > /usr/bin/fwatchdog \
6
+ && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0 /of-watchdog > /usr/bin/fwatchdog \
7
7
&& chmod +x /usr/bin/fwatchdog \
8
8
&& apk del curl --no-cache
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM armhf/python:3.6-alpine
3
3
# Alternatively use ADD https:// (which will not be cached by Docker builder)
4
4
RUN apk --no-cache add curl \
5
5
&& echo "Pulling watchdog binary from Github." \
6
- && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6 /of-watchdog-armhf > /usr/bin/fwatchdog \
6
+ && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0 /of-watchdog-armhf > /usr/bin/fwatchdog \
7
7
&& chmod +x /usr/bin/fwatchdog \
8
8
&& apk del curl --no-cache
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM python:3.7-alpine
3
3
# Alternatively use ADD https:// (which will not be cached by Docker builder)
4
4
RUN apk --no-cache add curl \
5
5
&& echo "Pulling watchdog binary from Github." \
6
- && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6 /of-watchdog > /usr/bin/fwatchdog \
6
+ && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.5.0 /of-watchdog > /usr/bin/fwatchdog \
7
7
&& chmod +x /usr/bin/fwatchdog \
8
8
&& apk del curl --no-cache
9
9
You can’t perform that action at this time.
0 commit comments