diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8376b120..96cf6cf3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "GitHub secret scanning", - "image": "mcr.microsoft.com/devcontainers/python:3.14@sha256:1af48f9bd555f7972b14424def113c166dab9c5027bd9d9f5cc57704a42974f2", + "image": "mcr.microsoft.com/devcontainers/python:3.14@sha256:9e51c13505754efe79dd4a0b1a29523d3854090dabb8add3f3fa642ea3c98fad", "remoteEnv": { "PATH": "/home/vscode/.local/bin:${containerEnv:PATH}", // give our installed Python modules precedence "PYTHONPATH": "./api"