We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556c03c commit c8af44fCopy full SHA for c8af44f
installer/pkg/components/workspace/constants.go
@@ -10,7 +10,7 @@ const (
10
DefaultWorkspaceImage = "gitpod/workspace-full"
11
DefaultWorkspaceImageVersion = "latest"
12
CodeIDEImage = "ide/code"
13
- CodeIDEImageStableVersion = "commit-d8477d484d00967a92686642b33541aed824cb63" // stable version that will be updated manually on demand
+ CodeIDEImageStableVersion = "commit-0d1e8cc5dcc8ccb38efcc2cd6404316b6e7bf4e9" // stable version that will be updated manually on demand
14
CodeDesktopIDEImage = "ide/code-desktop"
15
CodeDesktopInsidersIDEImage = "ide/code-desktop-insiders"
16
IntelliJDesktopIDEImage = "ide/intellij"
0 commit comments