Feature: auto-update Dockerfile with the current claude-code npm package version
Resolved 💬 3 comments Opened Mar 21, 2025 by jwr Closed Nov 30, 2025
The Dockerfile now contains the line:
RUN npm install -g @anthropic-ai/claude-code
This should read
RUN npm install -g @anthropic-ai/claude-code@0.2.52
Otherwise if one builds a docker image and wants to subsequently update it to later claude-code versions by rebuilding, the cached layer is being used and claude-code never gets updated.
This is related to #425 and is perhaps a better solution to that problem.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗