From b49d804718c2a4fefa469570374b9a119d040a99 Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:12:24 +0800 Subject: [PATCH] update: upgrade base image --- CLAUDE.md | 10 ---------- scripts/node-pnpm-base.Dockerfile | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5eb5052..594d226 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -45,16 +45,6 @@ pnpm build - Never expose the internal Jupyter token to the browser. - Never delete Docker volumes when preserving MySQL or storage data. -## Main entrypoints - -```text -frontend/app/routes/platform.tsx -backend/src/backend/main.py -runtime/src/runtime/main.py -schedule/src/schedule/main.py -nginx/default.conf.template -``` - ## Engineering notes Hard-won lessons. Read the relevant bullet before touching the named area. diff --git a/scripts/node-pnpm-base.Dockerfile b/scripts/node-pnpm-base.Dockerfile index 999f1a4..97bd42a 100644 --- a/scripts/node-pnpm-base.Dockerfile +++ b/scripts/node-pnpm-base.Dockerfile @@ -10,4 +10,4 @@ FROM node:24.18.1-slim WORKDIR /app -RUN corepack enable && corepack prepare pnpm@10.15.1 --activate +RUN corepack enable && corepack prepare pnpm@11.15.1 --activate