SAP-samples / btp-setup-automator

Automate the setup of your SAP BTP account with the SAP BTP CLI and other CLI tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE REQUEST] Node 18 support

js1972 opened this issue · comments

Which area is mainly impacted

Docker Image (Build or Run)

Requested Feature

When deploying my apps that require Node 18 I am receiving errors about BADENGINE. Is it possible to have it configurable for the niode engine?

Use Case/Scenario

Deploying any node.js btp apps that require node 18.

Would you like to support us?

  • Yes, I would like to support you

Anything else?

No response

We updated the base image of Alpine of our Docker Container to version 3.18. This comprises and update to Node.js to version 18.

The change is available in the dev branch (see PR #548) and the corresponding Docker image. It will land in the main branch with the next release.