Skip to content

Commit

Permalink
Merge pull request #18 from jenkins-infra/updatecli_main_43cd02cbfe36…
Browse files Browse the repository at this point in the history
…9d52657ea550b57eca5afcd79931da384311ba0ef3d13d04e97f

Bump `azcopy` version to 10.27.1-20241113
  • Loading branch information
dduportal authored Dec 13, 2024
2 parents cf79952 + 63da65e commit 412cd11
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,5 +1,5 @@
ARG GEOIPUPDATE_VERSION=v7.1.0
ARG AZCOPY_VERSION=10.26.0-20240731
ARG AZCOPY_VERSION=10.27.1-20241113
ARG AZ_VERSION=2.51.0
ARG KUBECTL_VERSION=1.26.12

Expand All @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends jq wget ca-cert
&& rm -rf /var/lib/apt/lists/*

# AZCOPY INSTALL
ARG AZCOPY_VERSION
ARG AZCOPY_VERSION=10.27.1-20241113
ARG user=azcopy
ARG group=azcopy
ARG uid=1000
Expand Down
2 changes: 1 addition & 1 deletion cst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ commandTests:
- name: "Check azcopy Version"
command: "azcopy"
args: ["--version"]
expectedOutput: ["azcopy version 10.26.0"]
expectedOutput: ["azcopy version 10.27.1"]
- name: "Check geoipupdate Version"
command: "geoipupdate"
args: ["--version"]
Expand Down

0 comments on commit 412cd11

Please sign in to comment.