Update Dockerfile to node 24

This commit is contained in:
kotov228 2026-01-29 20:07:58 +02:00 committed by GitHub
parent c9fe062824
commit 7380ec061c
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