File tree 5 files changed +14
-7
lines changed
5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ FROM quay.io/devspaces/machineexec-rhel8:3.12 as machine-exec
18
18
# #################################################################################################################
19
19
20
20
# https://registry.access.redhat.com/ubi8/nodejs-20
21
- FROM registry.access.redhat.com/ubi8/nodejs-20:1-69.1732637112 as linux-libc-ubi8-builder
21
+ FROM registry.access.redhat.com/ubi8/nodejs-20:1-71 as linux-libc-ubi8-builder
22
22
23
23
USER root
24
24
@@ -84,7 +84,7 @@ RUN npm install \
84
84
# #################################################################################################################
85
85
86
86
# https://registry.access.redhat.com/ubi9/nodejs-20
87
- FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1734533718 as linux-libc-ubi9-builder
87
+ FROM registry.access.redhat.com/ubi9/nodejs-20:9.5-1734597699 as linux-libc-ubi9-builder
88
88
89
89
USER root
90
90
Original file line number Diff line number Diff line change 16
16
# ########################################################################
17
17
18
18
# https://registry.access.redhat.com/ubi8/nodejs-20
19
- FROM registry.redhat.io/ubi8/nodejs-20:1-69.1732637112 as checode-linux-libc-ubi8-builder
19
+ FROM registry.redhat.io/ubi8/nodejs-20:1-71 as checode-linux-libc-ubi8-builder
20
20
# hadolint ignore=DL3002
21
21
USER root
22
22
@@ -214,7 +214,7 @@ RUN npm install \
214
214
# ########################################################################
215
215
216
216
# https://registry.access.redhat.com/ubi9/nodejs-20
217
- FROM registry.redhat.io/ubi9/nodejs-20:9.5-1734533718 as checode-linux-libc-ubi9-builder
217
+ FROM registry.redhat.io/ubi9/nodejs-20:9.5-1734597699 as checode-linux-libc-ubi9-builder
218
218
# hadolint ignore=DL3002
219
219
USER root
220
220
Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"description" : " Dependencies shared by all extensions" ,
6
6
"dependencies" : {
7
- "typescript" : " ^5.7.0-dev.20241030"
7
+ "typescript" : " ^5.7.0-dev.20241030" ,
8
+ "tslib" : " ^2.0.0"
8
9
},
9
10
"scripts" : {
10
11
"postinstall" : " node ./postinstall.mjs"
Original file line number Diff line number Diff line change 21
21
source-sha256 : 79a5c00856c864d27232a8cbdf91c24ca1d841104a7b49f2f4c34d935f1151f6
22
22
# ms-vscode.js-debug
23
23
- url : https://download.devel.redhat.com/rcm-guest/staging/devspaces/build-requirements/devspaces-3.18-pluginregistry/plugins/ms-vscode.js-debug.vsix
24
- sha256 : 10fa8ebe1b9f1c5704daf0fecc012ae7d1d128deb55c68be84b5d3ad3badade5
24
+ sha256 : f86dce5d3b18134f61df2704d488695659af89ff4dd60cefa5ec40ebb181aaf2
25
25
source-url : https://download.devel.redhat.com/rcm-guest/staging/devspaces/build-requirements/devspaces-3.18-pluginregistry/sources/ms-vscode.js-debug-sources.tar.gz
26
- source-sha256 : bb73c9821747d90a8d8d35b340d36826f8eb9c9e59fcb72ed86ca342a91cf270
26
+ source-sha256 : 82cc8e2cb95342cacd0a2abcb525c0085a4b0878b07527cba21d40869bde07f0
27
27
# ms-vscode.vscode-js-profile-table
28
28
- url : https://download.devel.redhat.com/rcm-guest/staging/devspaces/build-requirements/devspaces-3.18-pluginregistry/plugins/ms-vscode.vscode-js-profile-table.vsix
29
29
sha256 : 71a5d429d104809e0406c5aca526d5b4bfdd50a90a739291d33e6189610703e2
You can’t perform that action at this time.
0 commit comments