Skip to content

Commit fbb86ca

Browse files
committed
[code] bump up to latest node.js 12.x
1 parent 5ce75c2 commit fbb86ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/ide/code/leeway.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License-AGPL.txt in the project root for license information.
44

5-
FROM node:12.18.3 AS node_installer
5+
# we use latest major version of Node.js distributed VS Code. (see about dialog in your local VS Code)
6+
# ideallay we should use exact version, but it has criticla bugs in regards to grpc over http2 streams
7+
FROM node:12.21.0 AS node_installer
68
RUN mkdir -p /ide/node/bin \
79
/ide/node/include/node/ \
810
/ide/node/lib/node_modules/npm/ \

0 commit comments

Comments
 (0)