Update dev container node version (#190346)

VSCode requires version Node version 18-20, however 20 doesn't work because it is incompatible with `eslint-plugin-jsdoc@39.3.2`.

Fixes #190331
pull/190398/head
Tim Hutt 2023-08-14 08:47:40 +01:00 committed by GitHub
parent b6b13f9670
commit b7ebbb6990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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