Release 0.48.0 (#9491)

This commit is contained in:
mamoodi
2025-07-02 16:21:45 -04:00
committed by GitHub
parent f049411631
commit c521fb7a8f
14 changed files with 29 additions and 29 deletions

View File

@@ -40,7 +40,7 @@ Two configuration options are required to use the Kubernetes runtime:
2. **Runtime Container Image**: Specify the container image to use for the runtime environment
```toml
[sandbox]
runtime_container_image = "docker.all-hands.dev/all-hands-ai/runtime:0.47-nikolaik"
runtime_container_image = "docker.all-hands.dev/all-hands-ai/runtime:0.48-nikolaik"
```
#### Additional Kubernetes Options