Skip to content

Commit bac2090

Browse files
author
Raushan Kumar Raman
committed
[#6432] added the latest version of npm in dockerfile
1 parent 7dcd307 commit bac2090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apk update && apk upgrade && apk add --update --no-cache \
3737
WORKDIR $RAILS_ROOT
3838

3939
COPY . .
40-
RUN npm install --global npm@11.4.2
40+
RUN npm install --global npm@latest
4141
RUN npm install
4242
RUN npm run build && npm run build:css
4343

0 commit comments

Comments
 (0)