From e3451c50616e63bac48b6b0a85d6adc5c66a89b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 05:32:32 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v1 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08c9ab2d..c4a1998b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "cmcutter", - "image": "mcr.microsoft.com/devcontainers/typescript-node:0-18", + "image": "mcr.microsoft.com/devcontainers/typescript-node:1-18", "otherPortsAttributes": { "onAutoForward": "silent" },