diff --git a/packages/services/agent-service/src/infrastructure/services/agent-instance-deploy.service.ts b/packages/services/agent-service/src/infrastructure/services/agent-instance-deploy.service.ts index c8d438a..3431730 100644 --- a/packages/services/agent-service/src/infrastructure/services/agent-instance-deploy.service.ts +++ b/packages/services/agent-service/src/infrastructure/services/agent-instance-deploy.service.ts @@ -6,7 +6,7 @@ import * as crypto from 'crypto'; import { AgentInstance } from '../../domain/entities/agent-instance.entity'; import { AgentInstanceRepository } from '../repositories/agent-instance.repository'; -const OPENCLAW_IMAGE = 'it0hub/openclaw-bridge:latest'; +const OPENCLAW_IMAGE = 'hailin168/openclaw-bridge:latest'; const PORT_RANGE_START = 20000; const PORT_RANGE_END = 29999; const INTERNAL_API_KEY_HEADER = 'x-internal-api-key';