aboutsummaryrefslogtreecommitdiff
path: root/src/anaconda/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/anaconda/devcontainer-feature.json')
-rw-r--r--src/anaconda/devcontainer-feature.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/anaconda/devcontainer-feature.json b/src/anaconda/devcontainer-feature.json
index 578b135..2f3a5bc 100644
--- a/src/anaconda/devcontainer-feature.json
+++ b/src/anaconda/devcontainer-feature.json
@@ -1,20 +1,22 @@
{
"id": "anaconda",
- "version": "1.0.3",
+ "version": "1.0.4",
"name": "Anaconda",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda",
"options": {
"version": {
"type": "string",
"proposals": [
- "latest"
+ "latest",
+ "4.11.0",
+ "4.12.0"
],
"default": "latest",
"description": "Select or enter an anaconda version."
}
},
"containerEnv": {
- "CONDA_DIR": "/usr/local/conda",
+ "CONDA_DIR": "/opt/conda",
"PATH": "${PATH}:${CONDA_DIR}/bin:"
}
}