diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7aa6403..e7709a6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "name": "WE Vulnerability Testing", "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers/features/node:1": {}, + "ghcr.io/devcontainers/features/node:2": {}, "ghcr.io/devcontainers/features/git:1": {} }, "postCreateCommand": "bash scripts/bootstrap.sh",