From d05ccf80704b087d5f00961f92749fdc5eab00ef Mon Sep 17 00:00:00 2001 From: Martin Gonzalez Lugo Date: Thu, 3 Jul 2025 04:12:30 -0700 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 04e180a..1a2bf7b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,5 +2,5 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node { "name": "@actions/download-artifact", - "image": "mcr.microsoft.com/devcontainers/typescript-node:0-16" + "image": "mcr.microsoft.com/devcontainers/typescript-node:0-50" }