From 7380ec061c48ba4c985c866c55b8eca4fc99acff Mon Sep 17 00:00:00 2001 From: kotov228 <74810626+kotov228@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:07:58 +0200 Subject: [PATCH] Update Dockerfile to node 24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c6aa7036..5c4b931b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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