Since Node.js 16 reached end of life in October 2023, running the official Docker image of Node-RED version 3.x can no longer be considered safe. While I understand that requiring Node.js 18 or 20 would constitute a breaking change, and thus won't happen before Node-RED 4.0, it would be beneficial to have insight into the timeline for the next major update. Unfortunately, the release page hasn't been updated since 2022, still tentatively suggesting the release of Node-RED 4.0 for April 2023.
The situation is becoming increasingly problematic as numerous downstream dependencies of third-party Node-RED packages have already transitioned to requiring Node.js version 18 or higher. As a result, they cannot be seamlessly installed onto Node-RED 3.x.
The latest tag does still point at node 14, but as has been discussed a number of times, changing the latest tag to a different node version is a major change and not one we will do in a minor release.