From 6a725a0e66cc8458c0af6b16f7b1ffc5f4506fca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:10:53 +0200 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker tag to v22 (#176) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a7d08af4..e49bb3b9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Chat Game", - "image": "mcr.microsoft.com/devcontainers/typescript-node:20", + "image": "mcr.microsoft.com/devcontainers/typescript-node:22", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", // Features to add to the dev container. More info: https://containers.dev/features.