File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ See: `faas-cli template store list` to see which templates are both: recommended
1717| Name | Language | Version | Linux base | Watchdog | Link
1818|:-----|:---------|:--------|:-----------|:---------|:----
1919| dockerfile | Dockerfile | N/A | Alpine Linux | classic | [ Dockerfile template] ( https://github.com/openfaas/templates/tree/master/template/dockerfile )
20- | go | Go | 1.22 | Alpine Linux | classic | [ Legacy Go template (deprecated)] ( https://github.com/openfaas/templates/tree/master/template/go )
20+ | go | Go | 1.23 | Alpine Linux | classic | [ Legacy Go template (deprecated)] ( https://github.com/openfaas/templates/tree/master/template/go )
2121| node18 | NodeJS | 18 | Alpine Linux | of-watchdog | [ NodeJS template (deprecated)] ( https://github.com/openfaas/templates/tree/master/template/node18 )
2222| node20 | NodeJS | 20 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node20 )
2323| bun-express | Bun | 1.0 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/bun-express )
Original file line number Diff line number Diff line change 11FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 AS watchdog
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 -alpine3.20 AS build
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 -alpine3.20 AS build
33
44ARG TARGETPLATFORM
55ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 11module handler/function
22
3- go 1.19
3+ go 1.23
Original file line number Diff line number Diff line change 11module handler
22
3- go 1.20
3+ go 1.23
Original file line number Diff line number Diff line change 1- go 1.19
1+ go 1.23
22
33use (
44 .
You can’t perform that action at this time.
0 commit comments