Use tag version instead of commit for agent server image (#13312)

This commit is contained in:
mamoodi
2026-03-09 10:46:21 -04:00
committed by GitHub
parent ef840b046a
commit fe2e50fc7d

View File

@@ -13,7 +13,7 @@ from openhands.sdk.utils.models import DiscriminatedUnionMixin
# The version of the agent server to use for deployments. # The version of the agent server to use for deployments.
# Typically this will be the same as the values from the pyproject.toml # 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): class SandboxSpecService(ABC):