fix(codex): update cli image version
test / unit (push) Successful in 37s
test / integration (push) Successful in 57s

This commit is contained in:
2026-06-02 12:42:09 -04:00
parent 0432a5d3ff
commit 096c7b8196
+1 -1
View File
@@ -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