From 18531c5f911e16d282421cb243332c3b30c70425 Mon Sep 17 00:00:00 2001 From: Brian Bolt Date: Wed, 5 Jun 2024 15:41:31 -0700 Subject: [PATCH] ACAS-762: Revert npm version hardcoding --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4609ef863..df67df646 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,8 +37,6 @@ ENV NPM_CONFIG_LOGLEVEL warn ENV NODE_VERSION 18.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 -RUN npm install npm@10.5.1 -g # ACAS RUN useradd -u 1000 -ms /bin/bash runner