Skip to content

Commit eed23c5

Browse files
rdimitrovalexellis
authored andcommitted
Bump of-watchdog version to 0.4.2
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent a64bdac commit eed23c5

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

0 commit comments

Comments
 (0)