dosubot[bot] commented on issue #30663: URL: https://github.com/apache/superset/issues/30663#issuecomment-2427073285
<!-- Answer --> The official Dockerfile for Superset 4.0.X actually uses `node:20-bullseye-slim` for the Node stage, not `node:16-bookworm-slim`. This setup specifies Node.js version 20, which aligns with the recommended version for building Superset <sup>[[1]](https://github.com/apache/superset/blob/master/Dockerfile)</sup>. If you're seeing `node:16-bookworm-slim` in your Dockerfile, it might be a custom or outdated configuration. You should update it to use Node.js version 20 to ensure compatibility. <!-- 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]
