chore(deploy): drop Vercel node runtime pin and bump Docker node

This commit is contained in:
CJACK.
2026-04-03 01:58:16 +08:00
parent ca3c16c424
commit f787e25641
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20 AS webui-builder
FROM node:24 AS webui-builder
WORKDIR /app/webui
COPY webui/package.json webui/package-lock.json ./
@@ -6,7 +6,7 @@ RUN npm ci
COPY webui ./
RUN npm run build
FROM golang:1.24 AS go-builder
FROM golang:1.26 AS go-builder
WORKDIR /app
ARG TARGETOS
ARG TARGETARCH

View File

@@ -12,6 +12,9 @@ spec:
readme: |-
# DS2API (Zeabur)
## Runtime baseline
- Go: 1.26
## After deployment
- Admin panel: `/admin`
- Health check: `/healthz`