From 0255ca283b90f53d22710c02a37842a451e03d5c Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 30 Aug 2025 00:00:19 +0930 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38723228547..5ee0861d23a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ARG BASE_REGISTRY="docker.io" ARG RUBY_VERSION="3.4.5" # # Node.js version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"] # renovate: datasource=node-version depName=node -ARG NODE_MAJOR_VERSION="22" +ARG NODE_MAJOR_VERSION="24" # Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="trixie"] ARG DEBIAN_VERSION="trixie" # Node.js image to use for base image based on combined variables (ex: 20-trixie-slim) From 37cdf41895bd061831903e731e37f3267306ffc7 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 30 Aug 2025 00:02:57 +0930 Subject: [PATCH 2/3] Update Dockerfile --- streaming/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming/Dockerfile b/streaming/Dockerfile index 0ddde2f8dc6..ef09d88535c 100644 --- a/streaming/Dockerfile +++ b/streaming/Dockerfile @@ -10,7 +10,7 @@ ARG BASE_REGISTRY="docker.io" # Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"] # renovate: datasource=node-version depName=node -ARG NODE_MAJOR_VERSION="22" +ARG NODE_MAJOR_VERSION="24" # Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="trixie"] ARG DEBIAN_VERSION="trixie" # Node image to use for base image based on combined variables (ex: 20-trixie-slim) From 89a93d7c4612b73f03ed1a1bdb4f2fed1fc3bb6b Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 30 Aug 2025 00:03:33 +0930 Subject: [PATCH 3/3] Update .nvmrc --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index f1c8f6b0d0f..12389442377 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.18 +24.7