修改cnb

This commit is contained in:
dockermen
2025-04-08 13:14:01 +08:00
parent 581bd96a4d
commit bdca509371
4 changed files with 38 additions and 11 deletions

View File

@ -1,5 +1,5 @@
# .ide/Dockerfile
FROM python:3.8
FROM python:3.13
# 安装 code-server 和扩展(使用 id 安装 python 扩展,使用 vsix 安装包安装 pylance 扩展)
RUN curl -fsSL https://code-server.dev/install.sh | sh \