Skip to content

Commit 3f9e961

Browse files
davemooreuwstjholm
authored andcommitted
fix: missing container engine in new function
1 parent 77583f1 commit 3f9e961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/provider/run/function.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ func NewFunction(opts FunctionOpts) (*Function, error) {
109109
runtime: runtime,
110110
handler: opts.Handler,
111111
runCtx: opts.RunCtx,
112+
ce: opts.ContainerEngine,
112113
}, nil
113114
}
114115

0 commit comments

Comments
 (0)