update: upgrade base image

This commit is contained in:
tao.chen
2026-08-11 16:12:24 +08:00
parent fe7f1a744e
commit b49d804718
2 changed files with 1 additions and 11 deletions
-10
View File
@@ -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.
+1 -1
View File
@@ -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