From 14ff60af6fd3f7f642aa25aef44be0f6f7dfac42 Mon Sep 17 00:00:00 2001 From: TiKevin83 <38826675+TiKevin83@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:57:31 -0400 Subject: [PATCH] Update to Node 18.20 for Memory Leak Fix Updating to Node 18.20 will fix a memory leak regression that has been affecting Jest for a while, see here for references: https://github.com/jestjs/jest/issues/11956 https://github.com/nodejs/node/pull/51004 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a114312..5203e84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG SDK_VERSION=commandlinetools-linux-9477386_latest.zip ARG ANDROID_BUILD_VERSION=34 ARG ANDROID_TOOLS_VERSION=34.0.0 ARG NDK_VERSION=26.1.10909125 -ARG NODE_VERSION=18 +ARG NODE_VERSION=18.20 ARG WATCHMAN_VERSION=4.9.0 ARG CMAKE_VERSION=3.22.1