Release 0.47.0 (#9405)

Co-authored-by: Graham Neubig <neubig@gmail.com>
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
mamoodi
2025-06-27 13:59:36 -04:00
committed by GitHub
parent 0eb7f956a9
commit d617d6842a
14 changed files with 28 additions and 28 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.46-nikolaik"
runtime_container_image = "docker.all-hands.dev/all-hands-ai/runtime:0.47-nikolaik"
```
#### Additional Kubernetes Options