chore: bump dependencies

This commit is contained in:
2026-06-02 17:19:29 +08:00
parent eab8aa7403
commit c979385388
4 changed files with 1012 additions and 1343 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:20-alpine as builder
FROM node:24-trixie-slim as builder
WORKDIR /app
COPY . .
RUN corepack enable pnpm