Skip to content

Commit 7f9dd79

Browse files
committed
pin claude version
1 parent 6a2fd53 commit 7f9dd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /
7979
rm -rf /var/lib/apt/lists/*
8080

8181
# install claude cli + additional npm tools
82-
RUN npm install -g @anthropic-ai/claude-code@latest \
82+
RUN npm install -g @anthropic-ai/claude-code@2.0.50 \
8383
eslint \
8484
prettier \
8585
typescript \

0 commit comments

Comments
 (0)