From e9f40068f3a28fda59103af3e87930197576d32a Mon Sep 17 00:00:00 2001 From: Balazs Nadasdi Date: Fri, 28 Jul 2023 15:47:01 +0200 Subject: [PATCH] bump azure-cli to 0.50.0 Signed-off-by: Balazs Nadasdi --- runner-azure.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner-azure.Dockerfile b/runner-azure.Dockerfile index 737bfba0..267b068a 100644 --- a/runner-azure.Dockerfile +++ b/runner-azure.Dockerfile @@ -45,7 +45,7 @@ RUN apk add --no-cache libcrypto3=3.1.1-r3 && \ apk add --no-cache busybox # Install az cli -ARG AZCLI_VERSION=2.40.0 +ARG AZCLI_VERSION=2.50.0 RUN apk add --no-cache py3-pip && \ apk add --no-cache gcc musl-dev python3-dev libffi-dev openssl-dev RUN pip install --upgrade pip && \