Skip to content

Commit 7975e53

Browse files
Martin Dekov (VMware)alexellis
authored andcommitted
Bump watchdog to 0.4.0
Signed-off-by: Martin Dekov (VMware) <[email protected]>
1 parent ed99a54 commit 7975e53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

template/python27-flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:2.7-alpine
33
# Alternatively use ADD https:// (which will not be cached by Docker builder)
44
RUN apk --no-cache add curl \
55
&& echo "Pulling watchdog binary from Github." \
6-
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.2.7/of-watchdog > /usr/bin/fwatchdog \
6+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.0/of-watchdog > /usr/bin/fwatchdog \
77
&& chmod +x /usr/bin/fwatchdog \
88
&& apk del curl --no-cache
99

template/python3-flask-armhf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM armhf/python:3.6-alpine
33
# Alternatively use ADD https:// (which will not be cached by Docker builder)
44
RUN apk --no-cache add curl \
55
&& echo "Pulling watchdog binary from Github." \
6-
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.2.7/of-watchdog-armhf > /usr/bin/fwatchdog \
6+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.0/of-watchdog-armhf > /usr/bin/fwatchdog \
77
&& chmod +x /usr/bin/fwatchdog \
88
&& apk del curl --no-cache
99

template/python3-flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.7-alpine
33
# Alternatively use ADD https:// (which will not be cached by Docker builder)
44
RUN apk --no-cache add curl \
55
&& echo "Pulling watchdog binary from Github." \
6-
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.2.7/of-watchdog > /usr/bin/fwatchdog \
6+
&& curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.0/of-watchdog > /usr/bin/fwatchdog \
77
&& chmod +x /usr/bin/fwatchdog \
88
&& apk del curl --no-cache
99

0 commit comments

Comments
 (0)