dosubot[bot] commented on issue #30663: URL: https://github.com/apache/superset/issues/30663#issuecomment-2427086829
<!-- Answer --> The Dockerfile you referenced indeed specifies `node:16-bookworm-slim` for the Node.js stage. This seems to be a discrepancy, as the official documentation for Superset 4.0.2 recommends using Node.js version 20 for building <sup>[[1]](https://github.com/apache/superset/blob/master/docs/docs/contributing/development.mdx)</sup>. It's possible that this particular Dockerfile is intended for a specific use case or is outdated. To align with the official requirements, you should consider updating the Dockerfile to use Node.js version 20, as specified in the main Dockerfile for Superset 4.0.2 <sup>[[2]](https://github.com/apache/superset/blob/master/Dockerfile)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
