Release 1.2.0 and 1.2.1 (#12440)

This commit is contained in:
mamoodi
2026-01-16 09:33:41 -05:00
committed by GitHub
parent c8594a2eaa
commit b57ec9eda1
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.1-nikolaik"
runtime_container_image = "docker.openhands.dev/openhands/runtime:1.2-nikolaik"
```
#### Additional Kubernetes Options