Category
Docker / container improvement
Which variant should this target?
Both
What would you like?
Please update the bundled @openai/codex version in the HolyClaude image to the latest supported release and publish a refreshed image.
In my container, codex --version reports codex-cli 0.118.0, and Codex warns that this version will no longer be supported starting May 8, 2026.
Use case
HolyClaude installs Codex during the Docker image build, so users rely on the published image to stay current.
Right now, updating Codex manually inside a running container is only a temporary workaround. The change is lost when the container is recreated, and the normal HolyClaude upgrade path (docker compose pull && docker compose up -d) does not help unless the image itself is rebuilt and republished.
Alternatives considered
No response
Category
Docker / container improvement
Which variant should this target?
Both
What would you like?
Please update the bundled
@openai/codexversion in the HolyClaude image to the latest supported release and publish a refreshed image.In my container,
codex --versionreportscodex-cli 0.118.0, and Codex warns that this version will no longer be supported starting May 8, 2026.Use case
HolyClaude installs Codex during the Docker image build, so users rely on the published image to stay current.
Right now, updating Codex manually inside a running container is only a temporary workaround. The change is lost when the container is recreated, and the normal HolyClaude upgrade path (
docker compose pull && docker compose up -d) does not help unless the image itself is rebuilt and republished.Alternatives considered
No response