Skip to content

Commit

Permalink
fix #2435: align Node.js version with desktop VS Code
Browse files Browse the repository at this point in the history
for better compatibility of VS Code extensions
  • Loading branch information
akosyakov committed Dec 11, 2020
1 parent 89ff9db commit 77f9c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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
FROM node:12.14.1 AS node_installer
RUN mkdir -p /ide/node/bin \
/ide/node/include/node/ \
/ide/node/lib/node_modules/npm/ \
Expand Down
2 changes: 1 addition & 1 deletion components/theia/app/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

################ Alpine ####################
# copy nodejs from the official alpine-based image because of https://github.com/TypeFox/gitpod/issues/2579
FROM node:12.18.3-alpine AS node_installer
FROM node:12.14.1-alpine AS node_installer
RUN mkdir -p /theia/node/bin \
/theia/node/include/node/ \
/theia/node/lib/node_modules/npm/ \
Expand Down

0 comments on commit 77f9c50

Please sign in to comment.