Description
It appears that the latest Docker tag for Node-RED is currently pointing to an older version (v4.1.12) instead of the expected newest release (v5.0.2).
When pulling the latest image, the container runs the old v4.x branch instead of the major v5.x version.
Steps to Reproduce
- Run
docker pull nodered/node-red:latest
- Start the container.
- Check the Node-RED logs or the editor UI version.
Expected Behavior
The latest tag should deploy the most recent stable release, which is v5.0.2.
Actual Behavior
The latest tag deploys v4.1.12.
Screenshots
Environment
- Docker Image: nodered/node-red:latest
- OS/Platform: RaspianOS, I dont try with AMD86 platform
Thanks
Description
It appears that the
latestDocker tag for Node-RED is currently pointing to an older version (v4.1.12) instead of the expected newest release (v5.0.2).When pulling the
latestimage, the container runs the old v4.x branch instead of the major v5.x version.Steps to Reproduce
docker pull nodered/node-red:latestExpected Behavior
The
latesttag should deploy the most recent stable release, which is v5.0.2.Actual Behavior
The
latesttag deploys v4.1.12.Screenshots
Environment
Thanks