Skip to content

Commit ede596b

Browse files
authored
Merge pull request #6439 from Raushan998/chore/upgrade-npm-latest
[#6432] added the latest version of npm in dockerfile
2 parents 7dcd307 + bac2090 commit ede596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)