Skip to content

Commit e516935

Browse files
authored
Merge pull request #6438 from Raushan998/chore/upgrade-npm-version
[#6432] upgraded the npm version to 11.4.2
2 parents 9c02c58 + 20b4e3c commit e516935

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
40+
RUN npm install --global npm@11.4.2
4141
RUN npm install
4242
RUN npm run build && npm run build:css
4343

0 commit comments

Comments
 (0)