File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
centos7-devtoolset8-arm64 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN yum install -y centos-release-scl-rh && \
21
21
yum -y clean all --enablerepo='*'
22
22
23
23
# update npm and install yarn
24
- RUN npm install -g npm@latest
24
+ RUN npm install -g " npm@9.5.1"
25
25
RUN npm install -g yarn
26
26
27
27
ENV PATH=/opt/rh/devtoolset-8/root/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN yum install -y centos-release-scl-rh && \
23
23
yum -y clean all --enablerepo='*'
24
24
25
25
# update npm and install yarn
26
- RUN npm install -g npm@latest
26
+ RUN npm install -g " npm@9.5.1"
27
27
RUN npm install -g yarn
28
28
29
29
ENV PATH=/opt/rh/devtoolset-8/root/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
You can’t perform that action at this time.
0 commit comments