Skip to content

Commit

Permalink
build(package.json, devcontainer): update node modules and devcontain…
Browse files Browse the repository at this point in the history
…er to latest versions
  • Loading branch information
biggyspender committed Oct 28, 2021
1 parent d63e986 commit 09c5569
Show file tree
Hide file tree
Showing 4 changed files with 17,169 additions and 28,402 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.158.0/containers/typescript-node/.devcontainer/base.Dockerfile

# [Choice] Node.js version: 14, 12, 10
ARG VARIANT="14-buster"
ARG VARIANT="16-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": {
"VARIANT": "10"
"VARIANT": "16"
}
},

Expand Down
Loading

0 comments on commit 09c5569

Please sign in to comment.