From 136c87b080fe8c5a4ddce3d9c7e316be681c5d16 Mon Sep 17 00:00:00 2001
From: Peter <peter@icb4dc0.de>
Date: Sat, 15 Feb 2025 03:35:35 +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": {