Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 82451a4

Browse files
p4nuchrmarti
authored andcommitted
Use node version 16
1 parent 29bca16 commit 82451a4

File tree

1 file changed

+2
-2
lines changed
  • repository-containers/images/github.com/microsoft/vscode/.devcontainer

1 file changed

+2
-2
lines changed

repository-containers/images/github.com/microsoft/vscode/.devcontainer/base.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:14-bullseye
1+
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:16-bullseye
22

3-
ARG NODE_VERSION="14"
3+
ARG NODE_VERSION="16"
44
COPY library-scripts/desktop-lite-debian.sh /tmp/library-scripts/
55
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
66
&& bash /tmp/library-scripts/desktop-lite-debian.sh \

0 commit comments

Comments
 (0)