fix: changed the node js version from 20 to 22 as per #257193 (#257400)

Co-authored-by: Saptarshi Chakraborty <saptarshi.c10@ad.infosys.com>
This commit is contained in:
Saptarshi Chakraborty 2025-07-23 14:37:51 +05:30 committed by GitHub
parent 6a5d9aa7f4
commit 8ab30c5999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:20-bookworm
FROM mcr.microsoft.com/devcontainers/typescript-node:22-bookworm
ADD install-vscode.sh /root/
RUN /root/install-vscode.sh