From 7c9d9d4631e390e9bbe9f3eba08129137ac7424e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:06:41 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v4 --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 4cbba54..baf3a27 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "course-template", - "image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm", + "image": "mcr.microsoft.com/devcontainers/typescript-node:4-22-bookworm", "containerEnv": { "ASTRO_TELEMETRY_DISABLED": "1" },