From d89d75c76f69d2c655511380da370a4ca660491c Mon Sep 17 00:00:00 2001 From: Brian Bolt Date: Thu, 18 Apr 2024 13:34:42 -0700 Subject: [PATCH] ACAS-727: Update to nodejs 20 LTS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3aa4e7c3e..fc54d5cef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN dnf install -y initscripts python3-psycopg2 # node ENV NPM_CONFIG_LOGLEVEL warn -ENV NODE_VERSION 18.x +ENV NODE_VERSION 20.x RUN curl -fsSL https://rpm.nodesource.com/setup_$NODE_VERSION | bash - && \ dnf install -y nodejs # ACAS-762 temporary fix for npm multi-arch build issue. Remove when Node is updated to > 18.20.1 and fix is confirmed