Skip to content

Commit

Permalink
Merge pull request #19 from jenkins-infra/updatecli_main_790bc3d86b9e…
Browse files Browse the repository at this point in the history
…47c007ac303e2697b7d7ab7f5d66fc4a4ce7cdd4fe95ebb3551d

Bump `azure-cli` version to 2.67.0
  • Loading branch information
dduportal authored Dec 13, 2024
2 parents 412cd11 + 02f6c6b commit 23e46ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GEOIPUPDATE_VERSION=v7.1.0
ARG AZCOPY_VERSION=10.27.1-20241113
ARG AZ_VERSION=2.51.0
ARG AZ_VERSION=2.67.0
ARG KUBECTL_VERSION=1.26.12

FROM ubuntu:22.04
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN ARCH="$(uname -m)" && \
&& chmod +x /usr/bin/azcopy

# AZ INSTALL
ARG AZ_VERSION
ARG AZ_VERSION=2.67.0
RUN mkdir -p /etc/apt/keyrings && \
wget --quiet --output-document - "https://packages.microsoft.com/keys/microsoft.asc" | gpg --dearmor | tee /etc/apt/keyrings/microsoft.gpg > /dev/null && \
chmod go+r /etc/apt/keyrings/microsoft.gpg && \
Expand Down
2 changes: 1 addition & 1 deletion cst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ commandTests:
- name: "Check az Version"
command: "az"
args: ["--version"]
expectedOutput: ["azure-cli 2.51.0"]
expectedOutput: ["azure-cli 2.67.0"]

0 comments on commit 23e46ee

Please sign in to comment.