Skip to content

Commit b5a0fe6

Browse files
weltekialexellis
authored andcommitted
Fix watchdog image tag
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 45f0087 commit b5a0fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10.11 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

0 commit comments

Comments
 (0)