We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b756f commit d32560dCopy full SHA for d32560d
1 file changed
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "GitHub secret scanning",
3
- "image": "mcr.microsoft.com/devcontainers/python:3.13@sha256:11690b54090a0a649321728d5f278288b3bab1b45c37218a715ee63f5716e546",
+ "image": "mcr.microsoft.com/devcontainers/python:3.13@sha256:8cd47e701aa9beb5fa775e832670bcf26d3511762d07fdcabd483f9cb69b5e76",
4
"remoteEnv": {
5
"PATH": "/home/vscode/.local/bin:${containerEnv:PATH}", // give our installed Python modules precedence
6
"PYTHONPATH": "./api"
0 commit comments