Skip to content

Commit 10eff74

Browse files
authored
Bump node version up (project-chip#24854)
1 parent bcf3068 commit 10eff74

File tree

1 file changed

+8
-8
lines changed
  • integrations/docker/images/chip-cert-bins

1 file changed

+8
-8
lines changed

integrations/docker/images/chip-cert-bins/Dockerfile

+8-8
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ RUN case ${TARGETPLATFORM} in \
163163
set -x \
164164
&& mkdir node_js \
165165
&& cd node_js \
166-
&& wget https://nodejs.org/dist/v12.19.0/node-v12.19.0-linux-x64.tar.xz \
167-
&& tar xfvJ node-v12.19.0-linux-x64.tar.xz \
168-
&& mv node-v12.19.0-linux-x64 /opt/ \
169-
&& ln -s /opt/node-v12.19.0-linux-x64 /opt/node \
166+
&& wget https://nodejs.org/dist/v12.22.12/node-v12.22.12-linux-x64.tar.xz \
167+
&& tar xfvJ node-v12.22.12-linux-x64.tar.xz \
168+
&& mv node-v12.22.12-linux-x64 /opt/ \
169+
&& ln -s /opt/node-v12.22.12-linux-x64 /opt/node \
170170
&& ln -s /opt/node/bin/* /usr/bin \
171171
&& cd .. \
172172
&& rm -rf node_js \
@@ -175,10 +175,10 @@ RUN case ${TARGETPLATFORM} in \
175175
set -x \
176176
&& mkdir node_js \
177177
&& cd node_js \
178-
&& wget https://nodejs.org/dist/v12.19.0/node-v12.19.0-linux-arm64.tar.xz \
179-
&& tar xfvJ node-v12.19.0-linux-arm64.tar.xz \
180-
&& mv node-v12.19.0-linux-arm64 /opt/ \
181-
&& ln -s /opt/node-v12.19.0-linux-arm64 /opt/node \
178+
&& wget https://nodejs.org/dist/v12.22.12/node-v12.22.12-linux-arm64.tar.xz \
179+
&& tar xfvJ node-v12.22.12-linux-arm64.tar.xz \
180+
&& mv node-v12.22.12-linux-arm64 /opt/ \
181+
&& ln -s /opt/node-v12.22.12-linux-arm64 /opt/node \
182182
&& ln -s /opt/node/bin/* /usr/bin \
183183
&& cd .. \
184184
&& rm -rf node_js \

0 commit comments

Comments
 (0)