@Ian4life Our whole update system is set up for rolling updates i.e we test against the previous release. Jumping releases is not just untested, the packaging code is also not geared for this.
You can do this hack: go to updates -> schedule and just select every hour . Then leave automatic update on and it will catch up very quickly.
Another hack is set up the CLI tool and then cloudron update --app <domain> --appstore-id <n8n>@<package-version> . But I don't recommend this at all because this skips the whole rolling update mechanism and I have no clue if it will update properly or not