Skip to content

Commit 2883ca7

Browse files
committed
build: bump codex-acp to 0.11.1
1 parent e7e0003 commit 2883ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.codex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
1212

1313
# Pre-install codex-acp and codex CLI globally
1414
ARG CODEX_VERSION=0.121.0
15-
RUN npm install -g @zed-industries/codex-acp@0.9.5 @openai/codex@${CODEX_VERSION} --retry 3
15+
RUN npm install -g @zed-industries/codex-acp@0.11.1 @openai/codex@${CODEX_VERSION} --retry 3
1616

1717
# Install gh CLI
1818
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg \

0 commit comments

Comments
 (0)