Hi Community,
I used to be notified when new versions are released.
I’m not anymore, … I’m using 2.20.7-exp.0, … First time I see this naming convention “exp.0” ?
My Coolify Compose file looks like that
n8n:
image: docker.n8n.io/n8nio/n8n
Any feedback ?
Thanks in advance 
Use this instead, @hsteph
docker pull n8nio/n8n:2.21.7
2.21.7 is the latest stable version on the forum
The Docker Compose File didn’t change the last 18 months, … and the latest stable version was automaticaly installed, … something has changed in the way it is managed ?
2.20.7-exp.0 is definitely not a stable version
docker pull n8nio/n8n:2.21.7
is definitely prefered over
docker pull n8nio/n8n:latest
as there is no ambiguity. “latest” tag is not stable at all
1 Like