# depot CLI v2.72.0 (https://depot.dev/changelog/2024-07-15-depot-cli-2-72-0)

> Published 2024-07-15

With the `v2.72.0` release of the [`depot` CLI](/docs/cli/installation), the Compose v2 spec is now supported, including `depot bake` of Compose files with [`additional_contexts`](https://docs.docker.com/compose/compose-file/build/#additional_contexts):

```shell
$ depot bake -f ./docker-compose.yml
```

```yaml
services:
  app:
    build:
      context: .
      additional_contexts:
        base: ../base
```

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.