Copied from microsoft/vscode-remote-release#11450
Cloning a repo into a devcontainer from the command palette and selecting TypeScript & Node with version 24-bookworm produces the following error:
Error response from daemon: No such image: mcr.microsoft.com/devcontainers/typescript-node:1-24-bookworm
The tag being used doesn't exist. It should be 4-24-bookworm
Also, creating a new devcontainer configuration file in VSCode from the command palette with TypeScript & Node uses 1-22-bookworm by default even though when I clone a repo into a devcontainer the list of versions says that 24-bookworm is the default. There is some inconsistency here.