Skip to content

Commit

Permalink
Bump xterm IDE (#20058)
Browse files Browse the repository at this point in the history
* Bump xterm IDE

* Update node version
  • Loading branch information
filiptronicek committed Jul 23, 2024
1 parent a03a28e commit 8320630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/ide/xterm/leeway.Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8320630

Please sign in to comment.