aboutsummaryrefslogtreecommitdiff
path: root/src/azure-cli/install.sh
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-08-01 19:50:25 +0300
committerGitHub <noreply@github.com>2022-08-01 19:50:25 +0300
commit1a2c305115c2c4be9a31315d08877bbcc96f12a0 (patch)
treea8258393ddf479057b65be2703b551e799c6596b /src/azure-cli/install.sh
parent022a57ef4a94e4b2b3b64f0dd9e8f625b8a1f3ff (diff)
sync with https://github.com/microsoft/vscode-dev-containers/pull/1559
Diffstat (limited to 'src/azure-cli/install.sh')
-rwxr-xr-xsrc/azure-cli/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/azure-cli/install.sh b/src/azure-cli/install.sh
index 3b8be12..2c3c1c5 100755
--- a/src/azure-cli/install.sh
+++ b/src/azure-cli/install.sh
@@ -13,7 +13,7 @@ AZ_VERSION=${VERSION:-"latest"}
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
AZCLI_ARCHIVE_ARCHITECTURES="amd64"
-AZCLI_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal"
+AZCLI_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal jammy"
if [ "$(id -u)" -ne 0 ]; then
echo -e 'Script must be run as root. Use sudo, su, or add "USER root" to your Dockerfile before running this script.'