From a72a9610267d8dc00cd0b7d923f3a25fc87f9716 Mon Sep 17 00:00:00 2001 From: alaviss Date: Fri, 1 Nov 2024 01:39:27 +0000 Subject: [PATCH] containers: update NodeJS to 22.11.0 --- containers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index dcfec0f..7dd8316 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -7,7 +7,7 @@ # # If you alter this line formatting or move it away from the top, update # check-node-updates.sh to do update checking/fixing properly. -ARG node_version=20.9.0 +ARG node_version=22.11.0 # --- Builder image to download NodeJS for other images