I deleted my docker-container and recreated it with docker-compose.
it has the line
app:
image: nextcloud:25
but although it should use V25 I get this error after rebuilding the app:
Can't start Nextcloud because the version of the data (25.0.3.2) is higher than the docker image version (24.0.9.2)
Why does it create a docker image with 24.0.9.2?
The error persists If I enter
image: nextcloud:25.0.3.2