From 31d316bc4ad10ee7d3bf2bd1e17488eddc7c45c9 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 28 Nov 2024 03:34:59 +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": {