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 8a606e9..883bcbc 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.3 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 b61fa80..eeebee3 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.3 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 da57878..ff29408 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.3 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 b5df88c..9f66862 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.3 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 20ccee8..8129eb5 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.3 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 d269785..b7b485d 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.3 as watchdog FROM python:3.7-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog