From 46ca39c463e18644bafef5b275895f5fbb9c44b2 Mon Sep 17 00:00:00 2001 From: Kowsik Perumalla Date: Sun, 22 Jun 2025 21:32:37 +0530 Subject: [PATCH] fix: pin Claude version in Dockerfile to avoid stale builds --- .devcontainer/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 04fffd16..2a51cae8 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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/