chore(release): prepare v0.18.6

This commit is contained in:
晴天
2026-07-14 23:25:42 -07:00
parent 46c9c7743b
commit 90df159d5e
39 changed files with 3349 additions and 909 deletions

View File

@@ -16,7 +16,7 @@
# -----------------------------------------------------------------------------
# 阶段 1: 构建阶段 (builder)
# -----------------------------------------------------------------------------
FROM node:22.19.0-alpine AS builder
FROM node:22.22.3-alpine AS builder
# 安装构建依赖
RUN apk add --no-cache \
@@ -41,7 +41,7 @@ RUN npm ci --prefer-offline --registry https://registry.npmmirror.com && \
# -----------------------------------------------------------------------------
# 阶段 2: 生产阶段 (production)
# -----------------------------------------------------------------------------
FROM node:22.19.0-alpine AS production
FROM node:22.22.3-alpine AS production
# 安装运行时依赖
RUN apk add --no-cache \