Bump dev container Dockerfile to node 16, from 14 (#3724)

This extension doesn't build with node 14 anymore:

"""
error @vscode/test-electron@2.3.8: The engine "node" is
incompatible with this module. Expected version ">=16". Got "14.21.3"
"""
This commit is contained in:
Sergio Martins 2024-04-30 17:30:18 +01:00 коммит произвёл GitHub
Родитель b0dd816ec0
Коммит 4dc6100e34
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@
# To fully customize the contents of this image, use the following Dockerfile instead:
# https://github.com/microsoft/vscode-dev-containers/tree/v0.128.0/containers/typescript-node-10/.devcontainer/Dockerfile
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:14
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:16
RUN apt-get update && \
apt-get install -y --no-install-recommends \