From 83206306b6574e9baf453ee85a127b72ad1d0cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Tue, 23 Jul 2024 09:02:31 +0200 Subject: [PATCH] Bump xterm IDE (#20058) * Bump xterm IDE * Update node version --- WORKSPACE.yaml | 2 +- components/ide/xterm/leeway.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE.yaml b/WORKSPACE.yaml index 2a03e307740920..4d8f5a2a61b7ac 100644 --- a/WORKSPACE.yaml +++ b/WORKSPACE.yaml @@ -11,7 +11,7 @@ defaultArgs: codeVersion: 1.91.1 codeQuality: stable codeWebExtensionCommit: 7ff72a2938a7a06cbdf3964590f7e9b7525958f3 - xtermCommit: 8915adfdb17c4dc52c327ca81c50c547e80d3a99 + xtermCommit: 07a9b1389960c840f7adca3f4321c5b417f9178a noVerifyJBPlugin: false intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2024.1.4.tar.gz" golandDownloadUrl: "https://download.jetbrains.com/go/goland-2024.1.4.tar.gz" diff --git a/components/ide/xterm/leeway.Dockerfile b/components/ide/xterm/leeway.Dockerfile index 6f47a84ff997f1..2d3d4e64548540 100644 --- a/components/ide/xterm/leeway.Dockerfile +++ b/components/ide/xterm/leeway.Dockerfile @@ -1,7 +1,7 @@ # Copyright (c) 2024 Gitpod GmbH. All rights reserved. # Licensed under the GNU Affero General Public License (AGPL). # See License.AGPL.txt in the project root for license information. -FROM node:16 as ide_installer +FROM node:20 as ide_installer ARG XTERM_COMMIT