[Ubuntu 22] update docker compose plugin version
Description
This PR upgrades Docker Compose to version v2.36.0 for the Ubuntu 22 image. it will fix known https://github.com/docker/compose/issues/12747 in earlier versions of Docker Compose caused issues with parallel operations.
Also see #12228 that fixes for Ubuntu 24
Related issue:
#12160
Check list
- [x] Related issue / work item is attached
- [ ] Tests are written (if applicable)
- [ ] Documentation is updated (if applicable)
- [ ] Changes are tested and related VM images are successfully generated
FWIW 2.36.0 has another bug (https://github.com/docker/compose/issues/12860) that is intermittently breaking my workflows on the Ubuntu 24 ubuntu-latest version 20250527 that's currently being rolled out. You might want to go straight to a newer version of 2.36
Hi @chakru-r , we have updated docker-compose to 2.36.2 , under this https://github.com/actions/runner-images/pull/12381