Skip to content

Commit 25a0a64

Browse files
roboquatmustard-mh
andauthored
[VS Code Browser] Build stable code 1.101.1 (#20920)
* [VS Code Browser] Build stable code `1.101.1` * Update agent * 1 * Update build agent * Disable signature verification --------- Co-authored-by: mustard <[email protected]> Co-authored-by: Huiwen <[email protected]>
1 parent 236cab0 commit 25a0a64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaultArgs:
77
publishToNPM: true
88
publishToJBMarketplace: true
99
localAppVersion: unknown
10-
codeCommit: ade9f0c5cec78abbfa97396c6961a436f91ab00e
11-
codeVersion: 1.100.2
10+
codeCommit: 4e023c27d50cebddd9b3b5c175a1aaa80555e606
11+
codeVersion: 1.101.1
1212
codeQuality: stable
1313
codeWebExtensionCommit: 3953e8160fffa97dd4a4509542b4bf7ff9b704cd
1414
xtermCommit: d547d4ff4590b66c3ea24342fc62e3afcf6b77bc

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2024 Gitpod GmbH. All rights reserved.
22
# Licensed under the GNU Affero General Public License (AGPL).
33
# See License.AGPL.txt in the project root for license information.
4-
FROM gitpod/openvscode-server-linux-build-agent:centos7-devtoolset8-x64 as dependencies_builder
4+
FROM gitpod/openvscode-server-linux-build-agent:ubuntu-x64 as dependencies_builder
55

66
ENV TRIGGER_REBUILD 1
77

0 commit comments

Comments
 (0)