Skip to content

Commit 48d4450

Browse files
committed
Update of-watchdog version to 0.10.11
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 40d0094 commit 48d4450

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

template/python27-flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
22
FROM python:2.7-alpine AS build
33

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

template/python3-flask-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.12
22
ARG DEBIAN_OS=slim-bookworm
33
ARG UPGRADE_PACKAGES=false
44

5-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
5+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
66
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-${DEBIAN_OS} AS build
77

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

template/python3-flask/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ARG PYTHON_VERSION=3.12
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
2+
3+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
34
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine AS build
45

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

template/python3-http-debian/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
ARG PYTHON_VERSION=3.12
22
ARG DEBIAN_OS=slim-bookworm
33

4-
5-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
4+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
65
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-${DEBIAN_OS} AS build
76

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

template/python3-http/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ARG PYTHON_VERSION=3.12
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
2+
3+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 AS watchdog
34
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine AS build
45

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

0 commit comments

Comments
 (0)