From c1ff385e341ffad201b1b99dbf48e25c4f4f34be Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 22 Dec 2024 03:35:47 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v22 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0023691..17bc943 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "GitHub Actions (TypeScript)", - "image": "mcr.microsoft.com/devcontainers/typescript-node:20", + "image": "mcr.microsoft.com/devcontainers/typescript-node:22", "postCreateCommand": "npm install", "customizations": { "codespaces": { -- 2.45.2