Skip to content

Commit

Permalink
bump azure-cli to 0.50.0
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Nadasdi <balazs@weave.works>
  • Loading branch information
yitsushi committed Jul 28, 2023
1 parent 9e266da commit e9f4006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner-azure.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit e9f4006

Please # to comment.