We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e0003 commit 2883ca7Copy full SHA for 2883ca7
1 file changed
Dockerfile.codex
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
12
13
# Pre-install codex-acp and codex CLI globally
14
ARG CODEX_VERSION=0.121.0
15
-RUN npm install -g @zed-industries/codex-acp@0.9.5 @openai/codex@${CODEX_VERSION} --retry 3
+RUN npm install -g @zed-industries/codex-acp@0.11.1 @openai/codex@${CODEX_VERSION} --retry 3
16
17
# Install gh CLI
18
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg \
0 commit comments