diff --git a/codex/Dockerfile b/codex/Dockerfile index 397dd250..9b4b83dc 100644 --- a/codex/Dockerfile +++ b/codex/Dockerfile @@ -27,7 +27,7 @@ RUN ARCH=$(dpkg --print-architecture) \ ENV PATH="/usr/local/go/bin:${PATH}" -ARG CODEX_VERSION=0.116.0 +ARG CODEX_VERSION=0.117.0 RUN npm install -g @openai/codex@${CODEX_VERSION} COPY codex/kelos_entrypoint.sh /kelos_entrypoint.sh