From 5538a89ca726ce42722d48887229b9b3b855177b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CPrathamesh?= <“prathameshzarkar9@github.com”> Date: Fri, 5 Apr 2024 13:14:58 +0530 Subject: [PATCH] monthly task update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 954d5e2..c3b3251 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ { "name": "Node.js", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18-bullseye", + "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},