diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/anaconda/devcontainer-feature.json | 2 | ||||
-rw-r--r-- | src/common-utils/devcontainer-feature.json | 2 | ||||
-rw-r--r-- | src/conda/devcontainer-feature.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/anaconda/devcontainer-feature.json b/src/anaconda/devcontainer-feature.json index b6906ef..e8f8655 100644 --- a/src/anaconda/devcontainer-feature.json +++ b/src/anaconda/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "anaconda", - "version": "1.0.5", + "version": "1.0.6", "name": "Anaconda", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda", "options": { diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 71d230b..af77238 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.0.4", + "version": "1.0.5", "name": "Common Debian Utilities", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", diff --git a/src/conda/devcontainer-feature.json b/src/conda/devcontainer-feature.json index 81999a7..50b0940 100644 --- a/src/conda/devcontainer-feature.json +++ b/src/conda/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "conda", - "version": "1.0.0", + "version": "1.0.1", "name": "Conda - A cross-platform, language-agnostic binary package manager", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda", "options": { |