Open
Description
Describe the feature you'd like
It would be nice if on docker hub major releases had their own tag.
For example:
flowiseai/flowise:3 <- Same as 3.0.1
flowiseai/flowise:3.0.1
flowiseai/flowise:3.0.0
Then when 3.0.2 is published, or 3.1.0, they are also covered on the :3 tag.
It would help allow users to stay on a specific major version ideally without risking breaking changes from major version bumps that may happen if they use the latest
tag
Additional context
Add any other context or screenshots about the feature request here.