From 18214124ca6a55dc178a35e15f889edc0fba3fdf Mon Sep 17 00:00:00 2001 From: Omer Zamir Date: Sat, 29 Dec 2018 14:13:29 +0200 Subject: [PATCH] Increase of-watchdog version to 0.4.6 Signed-off-by: Omer Zamir --- template/python27-flask/Dockerfile | 2 +- template/python3-flask-armhf/Dockerfile | 2 +- template/python3-flask/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template/python27-flask/Dockerfile b/template/python27-flask/Dockerfile index a1bcd9d..2ff483c 100644 --- a/template/python27-flask/Dockerfile +++ b/template/python27-flask/Dockerfile @@ -3,7 +3,7 @@ FROM python:2.7-alpine # Alternatively use ADD https:// (which will not be cached by Docker builder) RUN apk --no-cache add curl \ && echo "Pulling watchdog binary from Github." \ - && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.2/of-watchdog > /usr/bin/fwatchdog \ + && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \ && chmod +x /usr/bin/fwatchdog \ && apk del curl --no-cache diff --git a/template/python3-flask-armhf/Dockerfile b/template/python3-flask-armhf/Dockerfile index 647e804..994c5e3 100644 --- a/template/python3-flask-armhf/Dockerfile +++ b/template/python3-flask-armhf/Dockerfile @@ -3,7 +3,7 @@ FROM armhf/python:3.6-alpine # Alternatively use ADD https:// (which will not be cached by Docker builder) RUN apk --no-cache add curl \ && echo "Pulling watchdog binary from Github." \ - && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.2/of-watchdog-armhf > /usr/bin/fwatchdog \ + && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog-armhf > /usr/bin/fwatchdog \ && chmod +x /usr/bin/fwatchdog \ && apk del curl --no-cache diff --git a/template/python3-flask/Dockerfile b/template/python3-flask/Dockerfile index f1b8ed3..ac3db10 100644 --- a/template/python3-flask/Dockerfile +++ b/template/python3-flask/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.7-alpine # Alternatively use ADD https:// (which will not be cached by Docker builder) RUN apk --no-cache add curl \ && echo "Pulling watchdog binary from Github." \ - && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.2/of-watchdog > /usr/bin/fwatchdog \ + && curl -sSLf https://github.com/openfaas-incubator/of-watchdog/releases/download/0.4.6/of-watchdog > /usr/bin/fwatchdog \ && chmod +x /usr/bin/fwatchdog \ && apk del curl --no-cache