From 20eb9bd3c59c374f014e51aecd920761877a5179 Mon Sep 17 00:00:00 2001 From: Tim O'Farrell Date: Wed, 7 Jan 2026 08:50:57 -0700 Subject: [PATCH] Use the version from the release tag rather than from main (#12286) --- openhands/app_server/sandbox/sandbox_spec_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/app_server/sandbox/sandbox_spec_service.py b/openhands/app_server/sandbox/sandbox_spec_service.py index 5e0545ff23..3e4c662289 100644 --- a/openhands/app_server/sandbox/sandbox_spec_service.py +++ b/openhands/app_server/sandbox/sandbox_spec_service.py @@ -13,7 +13,7 @@ from openhands.sdk.utils.models import DiscriminatedUnionMixin # The version of the agent server to use for deployments. # Typically this will be the same as the values from the pyproject.toml -AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:91f1961-python' +AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:2cbe607-python' class SandboxSpecService(ABC):