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.