You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.163.1/containers/typescript-node/.devcontainer/base.Dockerfile
1
+
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.145.1/containers/typescript-node/.devcontainer/base.Dockerfile
2
2
3
-
# [Choice] Node.js version: 14, 12, 10
4
-
ARG VARIANT="14-buster"
3
+
ARG VARIANT="16-bullseye"
5
4
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
6
5
7
6
# [Optional] Uncomment this section to install additional OS packages.
@@ -13,4 +12,4 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
13
12
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
14
13
15
14
# [Optional] Uncomment if you want to install more global node packages
16
-
# RUN su node -c "npm install -g <your-package-list -here>"
15
+
# RUN sudo -u node npm install -g <your-package-list -here>
0 commit comments