// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/cpp { "name": "Default", "build": { "dockerfile": "./Dockerfile", "args": { "BASE_IMAGE_NAME": "mcr.microsoft.com/devcontainers/cpp:2@sha256:a5eb5a1e9109af88bf82ebb0f71903608a68144851ed1e4b852e31b251ac59c6", "DEBIAN_SNAPSHOT": "20260223T000000Z" }, "context": "./context" } }