aboutsummaryrefslogtreecommitdiff
path: root/src/python/devcontainer-feature.json
diff options
context:
space:
mode:
authorChuck Lantz <clantz@microsoft.com>2022-11-11 04:03:21 +0300
committerGitHub <noreply@github.com>2022-11-11 04:03:21 +0300
commitf7f05f76fabda70f4fbcaefd55e6fe6fd09a8145 (patch)
treedad962871b8c028d8cd7f90fe5ed54bac164c43a /src/python/devcontainer-feature.json
parent3020d6da64798ee994d407ffd3ce3f800f6dff92 (diff)
Fix regression with Azure CLI, privs (#272)
Diffstat (limited to 'src/python/devcontainer-feature.json')
-rw-r--r--src/python/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json
index 8f8faae..d6fa9bc 100644
--- a/src/python/devcontainer-feature.json
+++ b/src/python/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "python",
- "version": "1.0.11",
+ "version": "1.0.12",
"name": "Python",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/python",
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",