diff --git a/template/python27-flask/Dockerfile b/template/python27-flask/Dockerfile index bfa24e7..f45d463 100644 --- a/template/python27-flask/Dockerfile +++ b/template/python27-flask/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM python:2.7-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-flask-armhf/Dockerfile b/template/python3-flask-armhf/Dockerfile index 4aaa15f..1d34249 100644 --- a/template/python3-flask-armhf/Dockerfile +++ b/template/python3-flask-armhf/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog FROM armhf/python:3.6-alpine ARG ADDITIONAL_PACKAGE diff --git a/template/python3-flask-debian/Dockerfile b/template/python3-flask-debian/Dockerfile index e8d4702..4495c36 100644 --- a/template/python3-flask-debian/Dockerfile +++ b/template/python3-flask-debian/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog FROM python:3.7-slim-buster COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-flask/Dockerfile b/template/python3-flask/Dockerfile index 43d3bcf..b225651 100644 --- a/template/python3-flask/Dockerfile +++ b/template/python3-flask/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog FROM python:3.7-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-http-armhf/Dockerfile b/template/python3-http-armhf/Dockerfile index e43539d..708a65f 100644 --- a/template/python3-http-armhf/Dockerfile +++ b/template/python3-http-armhf/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog FROM armhf/python:3.6-alpine ARG ADDITIONAL_PACKAGE diff --git a/template/python3-http-debian/Dockerfile b/template/python3-http-debian/Dockerfile index 624fb03..388e587 100644 --- a/template/python3-http-debian/Dockerfile +++ b/template/python3-http-debian/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog FROM python:3.7-slim-buster COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-http/Dockerfile b/template/python3-http/Dockerfile index b3526a2..05ad144 100644 --- a/template/python3-http/Dockerfile +++ b/template/python3-http/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog FROM python:3.7-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog