Skip to content

Commit 7d5c8d8

Browse files
committed
Update of-watchdog to 0.11.2
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 08ab804 commit 7d5c8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/languages/custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following Dockerfile is based upon the node22 template, adapted for Bun.
6262
The `--platform=${TARGETPLATFORM:-linux/amd64}` directive is required for multi-arch support, to make the template work for 64-bit Arm as well as regular *x86_64* machines. Most images that you find on the Docker Hub will already have multi-arch support, and it's strongly recommended to keep it in place.
6363

6464
```Dockerfile
65-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.22 as watchdog
65+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.2 as watchdog
6666
FROM --platform=${TARGETPLATFORM:-linux/amd64} oven/bun:alpine as ship
6767
6868
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)