Skip to content

Commit fd727f2

Browse files
committed
add crossplane cli & claude code
1 parent 41e69e2 commit fd727f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/slim-all/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN echo ;set -ex \
9090
##################################################################################
9191
# Install nodejs npm yarn
9292
RUN echo \
93-
&& export NODE_MAJOR=20 \
93+
&& export NODE_MAJOR=23 \
9494
&& ${curl} https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
9595
| sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
9696
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" \

0 commit comments

Comments
 (0)