Skip to content

Commit

Permalink
Upgrade Node for security (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Sep 16, 2023
1 parent 5ddf911 commit f427133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ARG VARIANT=14
ARG VARIANT=18
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:${VARIANT}
2 changes: 1 addition & 1 deletion .devcontainer/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VARIANT=14-buster
ARG VARIANT=18
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:dev-${VARIANT}

# Install tslint, typescript. eslint is installed by javascript image
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "14"
"VARIANT": "18"
}
},
"settings": {
Expand Down

0 comments on commit f427133

Please sign in to comment.