Skip to content

Commit 448f54d

Browse files
committed
Update of-watchdog version for bodies in requests to SSE functions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent e420a6f commit 448f54d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: template/python27-flask/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.9.14 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
22
FROM python:2.7-alpine as build
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

Diff for: template/python3-flask-debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.14 as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
33
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build
44

55
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

Diff for: template/python3-flask/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.14 as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
33
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build
44

55
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

Diff for: template/python3-http-debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.14 as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
33
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build
44

55
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

Diff for: template/python3-http/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.14 as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
33
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build
44

55
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

0 commit comments

Comments
 (0)