Skip to content

Commit

Permalink
[code] bump up to latest node.js 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Mar 23, 2021
1 parent 3da73eb commit da60853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Licensed under the GNU Affero General Public License (AGPL).
# See License-AGPL.txt in the project root for license information.

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)
# ideallay we should use exact version, but it has criticla bugs in regards to grpc over http2 streams
FROM node:12.21.0 AS node_installer
RUN mkdir -p /ide/node/bin \
/ide/node/include/node/ \
/ide/node/lib/node_modules/npm/ \
Expand Down

0 comments on commit da60853

Please sign in to comment.