diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-25 22:53:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 22:53:54 +0300 |
commit | a4d434f22df175f6e337fef8f099a197b574f64b (patch) | |
tree | 5cc16619a5b99f0305c488d6f1ba29e2a2db926c /settings.env | |
parent | 343465890b2b710fd6c9cf33b1365d24a9603147 (diff) |
sync with jammy updates (#21)
sync with jammy updates (https://github.com/microsoft/vscode-dev-containers/commit/053a0557211c98e5b9f0e8ccf755f6f143b05ef4) and other minor additions since copy over
Diffstat (limited to 'settings.env')
-rw-r--r-- | settings.env | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.env b/settings.env index cbad1ca..97707ea 100644 --- a/settings.env +++ b/settings.env @@ -13,7 +13,8 @@ POWERSHELL_ARCHIVE_VERSION_CODENAMES="stretch buster bionic focal" AZCLI_ARCHIVE_ARCHITECTURES="amd64" AZCLI_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal" DOTNET_ARCHIVE_ARCHITECTURES="amd64" -DOTNET_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal hirsute" +DOTNET_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal hirsute jammy" +DOTNET_VERSION_CODENAMES_REQUIRE_OLDER_LIBSSL_1="buster bullseye bionic focal hirsute" DOTNET_CDN_FEED_URI="https://dotnetcli.azureedge.net" HELM_GPG_KEYS_URI="https://raw.githubusercontent.com/helm/helm/main/KEYS" MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc" |