Skip to content

Commit 5da54f7

Browse files
committed
Use node22 for all examples for function builder
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent d439d72 commit 5da54f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/openfaas-pro/builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ export PAYLOAD=$(kubectl get secret -n openfaas payload-secret -o jsonpath='{.da
7474
echo $PAYLOAD > $HOME/.openfaas/payload.txt
7575
```
7676

77-
Create a test function using the `python3-http` template, and set it to publish to `ttl.sh`, an ephemeral registry that doesn't require authentication:
77+
Create a test function using the `node22` template, and set it to publish to `ttl.sh`, an ephemeral registry that doesn't require authentication:
7878

7979
```bash
8080
faas-cli new --prefix ttl.sh/test-images \
81-
--lang python3-http py-fn
81+
--lang node22 py-fn
8282
```
8383

8484
Now, publish an image using the remote builder:

0 commit comments

Comments
 (0)