From 535799a8fd232fc3b5e131cf070d9e7c5019ed11 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Mon, 1 Aug 2022 18:18:14 +0000 Subject: port https://github.com/microsoft/vscode-dev-containers/pull/1560 --- src/powershell/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/powershell/install.sh b/src/powershell/install.sh index be60201..e686ecc 100755 --- a/src/powershell/install.sh +++ b/src/powershell/install.sh @@ -13,7 +13,7 @@ POWERSHELL_VERSION=${VERSION:-"latest"} MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc" POWERSHELL_ARCHIVE_ARCHITECTURES="amd64" -POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal" +POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal bullseye jammy" GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com:80 keyserver hkps://keys.openpgp.org keyserver hkp://keyserver.pgp.com" -- cgit v1.2.3