We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce75c2 commit fbb86caCopy full SHA for fbb86ca
components/ide/code/leeway.Dockerfile
@@ -2,7 +2,9 @@
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License-AGPL.txt in the project root for license information.
4
5
-FROM node:12.18.3 AS node_installer
+# 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
8
RUN mkdir -p /ide/node/bin \
9
/ide/node/include/node/ \
10
/ide/node/lib/node_modules/npm/ \
0 commit comments