diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8376b120..40edc931 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:882b17d068262c7af4300180ead0ee14423d2c03393778c92435b0ca642dea07", "remoteEnv": { "PATH": "/home/vscode/.local/bin:${containerEnv:PATH}", // give our installed Python modules precedence "PYTHONPATH": "./api"