Release 1.1.0

This commit is contained in:
mamoodi
2025-12-30 09:28:57 -05:00
parent 103e3ead0a
commit 9885ddea33
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