Dropped the DOCKER environment variable introduced in 0.13.1 in favor of the docker.bin config option in codapi.json. Having a single configuration source is strictly better.
Example:
{
"pool_size": 8,
"verbose": true,
"docker": {
"bin": "nerdctl"
}
}Also: updated Go version to 1.24.