diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-10-06 23:44:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 23:44:43 +0300 |
commit | 2d63a582d99e3e7b7556ab9bc65b2b1525bf8731 (patch) | |
tree | 6a3d97aed45ae4c6e71d152668ff7a1ca05aef53 /src/common-utils/devcontainer-feature.json | |
parent | 602c3ec7b642b750a3514705891929f623ea1d35 (diff) |
Common-utils: Fix bug - optional first run image specific notice (#201)
* add DEV_CONTAINERS_DIR as containerEnv
* fix path
* update test
* remove containerEnv
Diffstat (limited to 'src/common-utils/devcontainer-feature.json')
-rw-r--r-- | src/common-utils/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 240f6f8..e916135 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.1.1", + "version": "1.1.2", "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.", |