Release 1.1.0 (#12212)

This commit is contained in:
mamoodi
2025-12-30 11:35:14 -05:00
committed by GitHub
parent 0e5f4325be
commit 3ae09680d6
7 changed files with 8 additions and 8 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.openhands.dev/openhands/runtime:1.0-nikolaik"
runtime_container_image = "docker.openhands.dev/openhands/runtime:1.1-nikolaik"
```
#### Additional Kubernetes Options