Describe the bug
When building with Docker, the following warning appears in logs:
time="2025-10-27T06:43:51Z" level=warning msg="/home/runner/work/auron/auron/dev/docker-build/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
This indicates that the version field in docker-compose.yml is deprecated and no longer needed.
It should be removed to avoid confusion during build logs.
To Reproduce
Expected behavior
Screenshots
Additional context