From bac2090b42165535c96edd2bc42181d40b3a8312 Mon Sep 17 00:00:00 2001 From: Raushan Kumar Raman Date: Sat, 28 Jun 2025 12:33:48 +0530 Subject: [PATCH] [#6432] added the latest version of npm in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d4efab4e5..3f225f4199 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN apk update && apk upgrade && apk add --update --no-cache \ WORKDIR $RAILS_ROOT COPY . . -RUN npm install --global npm@11.4.2 +RUN npm install --global npm@latest RUN npm install RUN npm run build && npm run build:css