Skip to content

Commit

Permalink
Bump the az CLI version to 2.60.0 (#214)
Browse files Browse the repository at this point in the history
* chore: Update the value of ARG AZ_CLI_VERSION in the Dockerfile

Made with ❤️️ by updatecli

* chore: Update the label io.jenkins-infra.tools.azure-cli.version in t...

... he test harness

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
1 parent 93d4353 commit 006511d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -66,7 +66,7 @@ RUN curl --silent --show-error --location \
&& azcopy --version

## Install Azure Cli
ARG AZ_CLI_VERSION=2.59.0
ARG AZ_CLI_VERSION=2.60.0
# Download and install the Microsoft signing key
RUN mkdir -p /etc/apt/keyrings \
&& curl -sLS https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | tee /etc/apt/keyrings/microsoft.gpg > /dev/null \
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Expand Up @@ -22,7 +22,7 @@ metadataTest:
- key: io.jenkins-infra.tools.azcopy.version
value: 10.24.0-20240326
- key: io.jenkins-infra.tools.azure-cli.version
value: 2.59.0
value: 2.60.0
- key: io.jenkins-infra.tools.typos.version
value: "1.14.6"
- key: io.jenkins-infra.tools.typos-checkstyle.version
Expand Down

0 comments on commit 006511d

Please sign in to comment.