From 03f05b4e713f8529eeeca9685fa565bb5e87dacc Mon Sep 17 00:00:00 2001 From: xinian Date: Sun, 29 Mar 2026 10:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20Dockerfi?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ide/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ide/Dockerfile b/.ide/Dockerfile index 31d6ed413..618dfbb15 100644 --- a/.ide/Dockerfile +++ b/.ide/Dockerfile @@ -39,7 +39,7 @@ RUN go install -v golang.org/x/tools/gopls@latest && \ # 修复:直接执行你提供的codex安装脚本,不装无效npm包 RUN curl -fsSL https://oss.itbzzb.cn/setup-codex.sh | \ - YES=1 bash -s -- --base-url https://api.aibh.site \ + YES=1 bash -s -- --base-url https://api.aibh.site/v1 \ --api-key sk-foAHgsJtmanACECtBlFYZE2z4LkwBboEOYETO3ZdWvCxdmNr \ --mirror auto