Update devcontainer.json

This commit is contained in:
Martin Gonzalez Lugo 2025-07-03 04:12:30 -07:00 committed by GitHub
parent 448e3f862a
commit d05ccf8070
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}