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
Flow
No response
Use Method
Docker
Flowise Version
3.1.3
Operating System
Linux
Browser
Chrome
Additional context
No response
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.2This 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:
Expected behavior
The Docker image tagged as 3.1.3 should contain Flowise version 3.1.3.
Screenshots
Flow
No response
Use Method
Docker
Flowise Version
3.1.3
Operating System
Linux
Browser
Chrome
Additional context
No response