Skip to content

Docker image flowiseai/flowise:3.1.3 contains Flowise CLI version 3.1.2 #6623

Description

@Psylockz

Describe the bug

The official Docker image tagged as flowiseai/flowise:3.1.3 appears to contain Flowise version 3.1.2.

The image was pulled successfully using the explicit 3.1.3 tag, but running flowise --version inside the container reports:

flowise/3.1.2 linux-x64 node-v20.20.2

This is not caused by an old container or a cached latest tag. The container was newly created directly from flowiseai/flowise:3.1.3.

To Reproduce

docker pull flowiseai/flowise:3.1.3

The pulled image digest is:

sha256:fa39f54c82ebecabb817cbd2d01fc9fa7bb26d58a7e818c36bb6c2bad44b366a

Run the version command directly from the image:

docker run --rm \
  --entrypoint flowise \
  flowiseai/flowise:3.1.3 \
  --version

Expected behavior

The Docker image tagged as 3.1.3 should contain Flowise version 3.1.3.

Screenshots

Image Image Image

Flow

No response

Use Method

Docker

Flowise Version

3.1.3

Operating System

Linux

Browser

Chrome

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions