Skip to content

Commit 3c960d9

Browse files
authored
chore(cnb): upgrade node version (#937)
* build: 升级基础镜像至 node 22 并优化插件安装 Generated-By: AI * build(deps-dev): 升级 eslint 相关依赖至最新版本
1 parent f295722 commit 3c960d9

File tree

3 files changed

+2148
-928
lines changed

3 files changed

+2148
-928
lines changed

.cnb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18
1+
FROM node:22
22

33
RUN curl -fsSL https://code-server.dev/install.sh | sh \
44
&& code-server --install-extension cnbcool.cnb-welcome \

0 commit comments

Comments
 (0)