Skip to content

Commit 45f0087

Browse files
weltekialexellis
authored andcommitted
Bump of-watchdog to support function authentication
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 365a848 commit 45f0087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/golang-http/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.16 as watchdog
1+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
22
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine as build
33

44
ARG TARGETPLATFORM

template/golang-middleware/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.16 as watchdog
1+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.11 as watchdog
22
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-alpine as build
33

44
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)