Describe the problem/error/question
When I do a docker pull for n8n:latest (either from docker.n8n.io/n8nio/n8n or dockerhub), I always seem to get an image that has a warning in the UI about not being on the latest release and telling me to update my version.
When looking at the digests in the docker image listings, the ‘latest’ tag always matches the versioned tag that it says I’m on, but the version that the UI claims is newer that I should update to does not have the ‘latest’ tag. This happens very frequently and appears to be an issue with your build infrastructure because it also shows for instance 1.22.5 as newer than 1.23.0.
Please investigate and fix your build infrastructure to stop tagging the wrong builds as “latest”