From c8d4f01059a83ef0d95680e67d0d62d25d9cb250 Mon Sep 17 00:00:00 2001 From: Brian Frost Date: Fri, 29 Mar 2024 15:19:41 -0700 Subject: [PATCH] ACAS-762: pin node version to resolve build issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3057a72ed..468c70a2d 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 18.19.1 RUN curl -fsSL https://rpm.nodesource.com/setup_$NODE_VERSION | bash - && \ dnf install -y nodejs