unpinning claude clode version

This commit is contained in:
Renn F
2026-05-16 05:28:20 +02:00
parent 38dba74837
commit 8158eb37ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates git gnupg jq \
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \
&& npm install -g @anthropic-ai/claude-code@2.1.114 \
&& npm install -g @anthropic-ai/claude-code \
&& npm cache clean --force \
&& apt-get purge -y --auto-remove gnupg \
&& rm -rf /var/lib/apt/lists/* /root/.npm /tmp/*