We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a85a4 commit 1d8b4a6Copy full SHA for 1d8b4a6
components/ide/code/leeway.Dockerfile
@@ -2,7 +2,7 @@
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
+FROM node:12.14.1 AS node_installer
6
RUN mkdir -p /ide/node/bin \
7
/ide/node/include/node/ \
8
/ide/node/lib/node_modules/npm/ \
components/theia/app/leeway.Dockerfile
@@ -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
9
RUN mkdir -p /theia/node/bin \
10
/theia/node/include/node/ \
11
/theia/node/lib/node_modules/npm/ \
0 commit comments