From 23fa158261e736478e5c8b62170bf67e2c60bd6f Mon Sep 17 00:00:00 2001 From: AlenHay <82121826+AlenHay@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:47:26 +0400 Subject: [PATCH] chore: update Claude and Codex CLI pins --- templates/Dockerfile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Dockerfile.tmpl b/templates/Dockerfile.tmpl index b172a78..89985d6 100644 --- a/templates/Dockerfile.tmpl +++ b/templates/Dockerfile.tmpl @@ -23,8 +23,8 @@ RUN install -m 0755 -d /etc/apt/keyrings \ RUN npm install -g \ t3 \ - @anthropic-ai/claude-code@2.1.205 \ - @openai/codex@0.143.0 \ + @anthropic-ai/claude-code@2.1.206 \ + @openai/codex@0.144.1 \ && npm cache clean --force RUN userdel -r node 2>/dev/null || true \