Skip to content

Commit

Permalink
fix: Fix build of ms-vscode.js-debug extension
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <[email protected]>
  • Loading branch information
RomanNikitenko committed Dec 17, 2024
1 parent 76dbb75 commit 0d05985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ms-vscode.js-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

ARG extension_image

FROM registry.access.redhat.com/ubi8/${extension_image}
FROM registry.access.redhat.com/ubi9/${extension_image}

ARG extension_repository
ARG extension_revision
Expand Down
3 changes: 2 additions & 1 deletion plugin-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"comment": "Needed for the devspaces-code build. Version must be kept in sync with https://github.com/microsoft/vscode/blob/main/product.json#L35",
"repository": "https://github.com/microsoft/vscode-js-debug",
"revision": "v1.93.0",
"update": "false"
"update": "false",
"ubi8Image": "nodejs-20:9.5"
},
"ms-vscode.js-debug-companion": {
"comment": "Needed for the devspaces-code build. Version must be kept in sync with https://github.com/microsoft/vscode/blob/main/product.json#L35",
Expand Down

0 comments on commit 0d05985

Please sign in to comment.