This commit is contained in:
kotov228 2026-01-31 00:32:14 +08:00 committed by GitHub
commit e6cf750f5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:22-bookworm
FROM node:24-bookworm
# Install Bun (required for build scripts)
RUN curl -fsSL https://bun.sh/install | bash