Skip to content

Commit 5f6f981

Browse files
chore: refresh pinned tool versions (#17)
Bumps: - Claude Code to 2.1.112 - Codex to 0.121.0
1 parent a515305 commit 5f6f981

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN curl -fsSL "https://github.com/ind-igo/cx/archive/refs/tags/v${CX_VERSION}.t
2323
FROM python:3.12-slim
2424

2525
ARG NODE_MAJOR=22
26-
ARG CLAUDE_CODE_VERSION=2.1.92
27-
ARG CODEX_VERSION=0.120.0
26+
ARG CLAUDE_CODE_VERSION=2.1.112
27+
ARG CODEX_VERSION=0.121.0
2828

2929
ENV DEBIAN_FRONTEND=noninteractive
3030
ENV DISABLE_AUTOUPDATER=1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ docker build -t "dclaude:$(cat docs/VERSION)" .
384384

385385
The image currently pins the installed CLI versions:
386386

387-
- `@anthropic-ai/claude-code@2.1.92`
388-
- `@openai/codex@0.120.0`
387+
- `@anthropic-ai/claude-code@2.1.112`
388+
- `@openai/codex@0.121.0`
389389
- `cx 0.6.4`
390390

391-
The Codex full-access launcher was validated against `codex-cli 0.120.0`, which supports `--dangerously-bypass-approvals-and-sandbox`.
391+
The Codex full-access launcher was validated against `codex-cli 0.121.0`, which supports `--dangerously-bypass-approvals-and-sandbox`.
392392

393393
## Tool Pin Refreshes
394394

docs/ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The launcher repo provides the image and shell assets. The target repo provides
2525

2626
Builds the shared runtime image on top of `python:3.12-slim`, installs Node 22, `uv`, and the official CLI packages:
2727

28-
- `@anthropic-ai/claude-code@2.1.92`
29-
- `@openai/codex@0.120.0`
28+
- `@anthropic-ai/claude-code@2.1.112`
29+
- `@openai/codex@0.121.0`
3030
- `cx 0.6.4`
3131

3232
The image also pre-creates `/workspace` as an alias chain that can be repointed at runtime without root privileges.

0 commit comments

Comments
 (0)