Update Dockerfile to node 24
This commit is contained in:
parent
c9fe062824
commit
7380ec061c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user