fix: pin Claude version in Dockerfile to avoid stale builds

This commit is contained in:
Kowsik Perumalla
2025-06-22 21:32:37 +05:30
parent d6503abfd9
commit 46ca39c463

View File

@@ -67,7 +67,8 @@ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/
-x
# Install Claude
RUN npm install -g @anthropic-ai/claude-code
RUN npm install -g @anthropic-ai/claude-code@1.0.31
# Copy and set up firewall script
COPY init-firewall.sh /usr/local/bin/