Cloud API Overview > @adpt/cloud > nodejs > NodeImageBuildOptions > nodeVersion
nodejs.NodeImageBuildOptions.nodeVersion property
Node version used to build nodejs.LocalNodeImage().
Signature:
nodeVersion?: number | string;
Remarks
If baseImage is specified, this option is ignored and baseImage is used instead. Otherwise, node:${nodeVersion}-stretch-slim
is used as the baseImage.