From 296d57b35d8247c39b904a66b0176eacde364edf Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Mon, 17 Jun 2024 17:25:00 +0200 Subject: [PATCH] Bump of-watchdog to support function authentication Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- template/python27-flask/Dockerfile | 2 +- template/python3-flask-debian/Dockerfile | 2 +- template/python3-flask/Dockerfile | 2 +- template/python3-http-debian/Dockerfile | 2 +- template/python3-http/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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