diff --git a/openclaw-version.json b/openclaw-version.json index 5deb49964..b7cfd9713 100644 --- a/openclaw-version.json +++ b/openclaw-version.json @@ -6,6 +6,6 @@ "full": "alpine/openclaw:2026.4.5", "extendedImage": "877352799272.dkr.ecr.us-east-1.amazonaws.com/isol8/openclaw-extended", "dev": { "tag": "2026.4.5-bf9f699" }, - "prod": { "tag": "bootstrap" }, + "prod": { "tag": "2026.4.5-bf9f699" }, "notes": "Two image references coexist during the migration to the extended image. The legacy `image`/`tag`/`full` fields point at the upstream alpine/openclaw image used by current container-stack.ts (Task 1-8 of the plan). The new `extendedImage` + per-env `dev.tag`/`prod.tag` fields point at our custom ECR image used after Task 9 lands. The 'bootstrap' tag is a placeholder until the first CI build completes — it intentionally won't resolve, so any deploy referencing it before the first build will fail loudly." }