Use a base image that actually exists

This commit is contained in:
GCHQDeveloper581 2026-02-06 10:05:16 +00:00
parent 6a969d6462
commit 9b5e359dc7
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -3,7 +3,7 @@
{
"name": "CyberChef",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-trixie",
"image": "mcr.microsoft.com/devcontainers/javascript-node:22-trixie",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {