File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog
1
+ FROM ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
2
2
FROM python:2.7-alpine AS build
3
3
4
4
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.12
2
2
ARG DEBIAN_OS=slim-bookworm
3
3
ARG UPGRADE_PACKAGES=false
4
4
5
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog
5
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
6
6
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-${DEBIAN_OS} AS build
7
7
8
8
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1
1
ARG PYTHON_VERSION=3.12
2
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog
2
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
3
3
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine AS build
4
4
5
5
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.12
2
2
ARG DEBIAN_OS=slim-bookworm
3
3
4
4
5
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog
5
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
6
6
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-${DEBIAN_OS} AS build
7
7
8
8
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1
1
ARG PYTHON_VERSION=3.12
2
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.4 AS watchdog
2
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.7 AS watchdog
3
3
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine AS build
4
4
5
5
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
You can’t perform that action at this time.
0 commit comments