From 096c7b8196aaacb463121f1e6fcbd81e13d14e9a Mon Sep 17 00:00:00 2001 From: didericis Date: Tue, 2 Jun 2026 12:42:09 -0400 Subject: [PATCH] fix(codex): update cli image version --- Dockerfile.codex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.codex b/Dockerfile.codex index ae92f9e..1d3715b 100644 --- a/Dockerfile.codex +++ b/Dockerfile.codex @@ -9,7 +9,7 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends git ca-certificates openssh-client socat curl dnsutils python3 python3-pip python3-venv \ && rm -rf /var/lib/apt/lists/* -RUN npm install -g --no-fund --no-audit @openai/codex@0.134.0 \ +RUN npm install -g --no-fund --no-audit @openai/codex@0.136.0 \ && npm cache clean --force USER node