Skip to content

Commit 1d8b4a6

Browse files
committed
fix #2435: align Node.js version with desktop VS Code
for better compatibility of VS Code extensions
1 parent 60a85a4 commit 1d8b4a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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+
FROM node:12.14.1 AS node_installer
66
RUN mkdir -p /ide/node/bin \
77
/ide/node/include/node/ \
88
/ide/node/lib/node_modules/npm/ \

components/theia/app/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

0 commit comments

Comments
 (0)