Skip to content

[BUG] Docker tag latest mistakenly pointing to v4.1.12 instead of v5.0.2 #530

Description

@corasaniti

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

  1. Run docker pull nodered/node-red:latest
  2. Start the container.
  3. 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

Image

Environment

  • Docker Image: nodered/node-red:latest
  • OS/Platform: RaspianOS, I dont try with AMD86 platform

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions