From fe2e50fc7dc230f510db36d95a42f1e2052b418b Mon Sep 17 00:00:00 2001 From: mamoodi Date: Mon, 9 Mar 2026 10:46:21 -0400 Subject: [PATCH] Use tag version instead of commit for agent server image (#13312) --- 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 7916387b11..7fbcb24306 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:6e1cedc-python' +AGENT_SERVER_IMAGE = 'ghcr.io/openhands/agent-server:1.12.0-python' class SandboxSpecService(ABC):