File tree 1 file changed +8
-8
lines changed
integrations/docker/images/chip-cert-bins
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,10 @@ RUN case ${TARGETPLATFORM} in \
163
163
set -x \
164
164
&& mkdir node_js \
165
165
&& 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 \
170
170
&& ln -s /opt/node/bin/* /usr/bin \
171
171
&& cd .. \
172
172
&& rm -rf node_js \
@@ -175,10 +175,10 @@ RUN case ${TARGETPLATFORM} in \
175
175
set -x \
176
176
&& mkdir node_js \
177
177
&& 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 \
182
182
&& ln -s /opt/node/bin/* /usr/bin \
183
183
&& cd .. \
184
184
&& rm -rf node_js \
You can’t perform that action at this time.
0 commit comments