diff --git a/template/python27-flask/Dockerfile b/template/python27-flask/Dockerfile index d5da438..0c61bc1 100644 --- a/template/python27-flask/Dockerfile +++ b/template/python27-flask/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog FROM python:2.7-alpine as build COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-flask-debian/Dockerfile b/template/python3-flask-debian/Dockerfile index f0a245d..e62165c 100644 --- a/template/python3-flask-debian/Dockerfile +++ b/template/python3-flask-debian/Dockerfile @@ -1,5 +1,5 @@ ARG PYTHON_VERSION=3.11 -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-flask/Dockerfile b/template/python3-flask/Dockerfile index 8235eba..384577c 100644 --- a/template/python3-flask/Dockerfile +++ b/template/python3-flask/Dockerfile @@ -1,5 +1,5 @@ ARG PYTHON_VERSION=3.11 -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-http-debian/Dockerfile b/template/python3-http-debian/Dockerfile index 99a6c42..d446ad7 100644 --- a/template/python3-http-debian/Dockerfile +++ b/template/python3-http-debian/Dockerfile @@ -1,5 +1,5 @@ ARG PYTHON_VERSION=3.11 -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-http/Dockerfile b/template/python3-http/Dockerfile index 626d46c..13c4e42 100644 --- a/template/python3-http/Dockerfile +++ b/template/python3-http/Dockerfile @@ -1,5 +1,5 @@ ARG PYTHON_VERSION=3.11 -FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog +FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog