File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 -alpine as build
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 -alpine as build
33
44ARG TARGETPLATFORM
55ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 11FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 -alpine as build
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 -alpine as build
33
44ARG TARGETPLATFORM
55ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 11language : golang-middleware
22fprocess : ./handler
33welcome_message : |
4- You have created a new function which uses Go 1.21 and Alpine
4+ You have created a new function which uses Go 1.22 and Alpine
55 Linux as its base image.
66
77 To disable the go module, for private vendor code, please use
You can’t perform that action at this time.
0 commit comments