Commit 16d8055
committed
fix(docker): pin 4 CLI tools to exact versions (#12576)
Per Diego's diagnosis:
- @openai/codex@latest and @anthropic-ai/claude-code@latest track moving
dist-tags (@next, dev pre-releases) whose API surface mutates without
notice, breaking downstream provider plumbing.
- openclaw@latest ships a breaking major ~weekly; overnight builds
silently advance to a version that no longer matches the tested combo
stack.
Pins:
@openai/codex@0.0.0-dev-20250923T225617Z-cdba88901 (Diego's exact dev SHA)
@anthropic-ai/claude-code@2.0.0
droid@1.2.10
openclaw@1.14.2
Overnight CI now reproducibly installs the exact same binaries every run.
Fixes #125761 parent c0b2253 commit 16d8055
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
347 | 354 | | |
348 | | - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
349 | 360 | | |
350 | 361 | | |
0 commit comments