From c22d9b6b09bc71450e0c5f5d5fa6d4b1b2ce0983 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 27 Jul 2022 14:03:50 +0200 Subject: [PATCH] devops: remove pin azure-cli to a more recent version (#15988) --- browser_patches/docker_build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/browser_patches/docker_build.sh b/browser_patches/docker_build.sh index 14be4c5b04..40025e1e86 100755 --- a/browser_patches/docker_build.sh +++ b/browser_patches/docker_build.sh @@ -156,10 +156,8 @@ function ensure_docker_container { if [[ -n "${CI}" ]]; then # Install AZ CLI with Python since they do not ship # aarch64 to APT: https://github.com/Azure/azure-cli/issues/7368 - # - # NOTE: 2.34.0 fails to upload with --content-md5: https://github.com/Azure/azure-cli/issues/21494 - # So pin to 2.33.1 - pip install azure-cli==2.33.1 + # Pin so future releases dont break us. + pip install azure-cli==2.38.0 fi if [[ "${BUILD_FLAVOR}" == "firefox-"* ]]; then