Skip to content

Commit

Permalink
[code] update stable code image to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh authored and roboquat committed Aug 5, 2022
1 parent 9a947a5 commit 6ec5786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ data:
"type": "browser",
"logo": "https://ide.minimal-test.gitpod.com/image/ide-logo/vscode.svg",
"label": "Browser",
"image": "eu.gcr.io/gitpod-core-dev/build/ide/code:commit-8cdc51634e84dfb0f66df6c66186c90ce5ed0c80",
"image": "eu.gcr.io/gitpod-core-dev/build/ide/code:commit-ce3e2bc5edd1cf37d66ef0b37c38645543021831",
"latestImage": "eu.gcr.io/gitpod-core-dev/build/ide/code:nightly"
},
"code-desktop": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package ide

const (
CodeIDEImage = "ide/code"
CodeIDEImageStableVersion = "commit-8cdc51634e84dfb0f66df6c66186c90ce5ed0c80" // stable version that will be updated manually on demand
CodeIDEImageStableVersion = "commit-ce3e2bc5edd1cf37d66ef0b37c38645543021831" // stable version that will be updated manually on demand
CodeDesktopIDEImage = "ide/code-desktop"
CodeDesktopInsidersIDEImage = "ide/code-desktop-insiders"
IntelliJDesktopIDEImage = "ide/intellij"
Expand Down

0 comments on commit 6ec5786

Please sign in to comment.