Skip to content

Commit

Permalink
Fix Dockerfile installing incompatible npm version (#26803)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Sep 5, 2023
1 parent 16e47e1 commit 86a31fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -46,7 +46,7 @@ RUN apt-get update && \

ENV PATH="${PATH}:/opt/ruby/bin:/opt/node/bin"

RUN npm install -g npm@latest && \
RUN npm install -g npm@9 && \
npm install -g yarn && \
gem install bundler && \
apt-get update && \
Expand Down

0 comments on commit 86a31fc

Please sign in to comment.