diff --git a/common/subtags/devtools/latest.Dockerfile b/common/subtags/devtools/latest.Dockerfile
index c2716889fe43ea99babd2fb97721ab17e1fa40da..f93c43d12b94ece7f95e7eb47b3c3536c4b54c4f 100644
--- a/common/subtags/devtools/latest.Dockerfile
+++ b/common/subtags/devtools/latest.Dockerfile
@@ -3,7 +3,7 @@ ARG BASE_IMAGE_TAG=12
 ARG BUILD_ON_IMAGE
 ARG R_VERSION
 
-ARG NODE_VERSION=20.18.1
+ARG NODE_VERSION=20.18.2
 ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
 
 FROM glcr.b-data.ch/nodejs/nsi/${NODE_VERSION}/${BASE_IMAGE}:${BASE_IMAGE_TAG} AS nsi