aboutsummaryrefslogtreecommitdiff
path: root/src/python/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-11-17 22:55:43 +0300
committerGitHub <noreply@github.com>2022-11-17 22:55:43 +0300
commit3fc9604ddadc34ec44651ce981cebc7bd77095e5 (patch)
tree46f1603423215c57744c7165d71fd78d53afd888 /src/python/devcontainer-feature.json
parentbe4f0498e4ad7948804d4be70093c1da8722d222 (diff)
Oryx: Build with .NET 6 (#298)
* Oryx: Install dotnet 3.1 runtime * fix tests * build with .NET 6 + add tests * add tests * fix tests * shellcheck: nit
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 fbbf62c..b96511b 100644
--- a/src/python/devcontainer-feature.json
+++ b/src/python/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "python",
- "version": "1.0.14",
+ "version": "1.0.15",
"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.",