aboutsummaryrefslogtreecommitdiff
path: root/src/azure-cli/devcontainer-feature.json
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2023-06-28 00:31:18 +0300
committerGitHub <noreply@github.com>2023-06-28 00:31:18 +0300
commitccce957d7e4bc1357559b361d4b219872ba57739 (patch)
treedcb4fe2a7ea07dcdea9d20e93ddf775d53c3e1d6 /src/azure-cli/devcontainer-feature.json
parentde40074875b7add6b1a0d2ed3496ad05699a02c2 (diff)
Azure CLI: Compatibility with Debian `bookworm` (#578)feature_azure-cli_1.1.0
* add flag * try to install via apt version of pipx (will only work on bookworm) * _REMOTE_USER aware * dont change more than you need to,josh * increment azure-cli minor version (v1.1.0) * install globally * make sure env variables are in scope
Diffstat (limited to 'src/azure-cli/devcontainer-feature.json')
-rw-r--r--src/azure-cli/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/azure-cli/devcontainer-feature.json b/src/azure-cli/devcontainer-feature.json
index 9ab2cc3..901ba4f 100644
--- a/src/azure-cli/devcontainer-feature.json
+++ b/src/azure-cli/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "azure-cli",
- "version": "1.0.8",
+ "version": "1.1.0",
"name": "Azure CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/azure-cli",
"description": "Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",