Skip to content

Commit

Permalink
Bump azcopy version to 10.27.0-20241030 (#252)
Browse files Browse the repository at this point in the history
* chore: Update the value of ARG AZCOPY_VERSION in the Dockerfile

Made with ❤️️ by updatecli

* chore: Update the label io.jenkins-infra.tools.azcopy.version in the ...

... test harness

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <[email protected]>
  • Loading branch information
1 parent 89f22ca commit df44de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN mkdir -p /tmp/netlify && \
&& netlify-deploy --help

## Install azcopy
ARG AZCOPY_VERSION=10.26.0-20240731
ARG AZCOPY_VERSION=10.27.0-20241030
# Download and install the Microsoft signing key
RUN curl --silent --show-error --location \
"https://azcopyvnext.azureedge.net/releases/release-${AZCOPY_VERSION}/azcopy_linux_amd64_${AZCOPY_VERSION%-*}.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadataTest:
- key: io.jenkins-infra.tools.asdf.version
value: 0.14.1
- key: io.jenkins-infra.tools.azcopy.version
value: 10.26.0-20240731
value: 10.27.0-20241030
- key: io.jenkins-infra.tools.azure-cli.version
value: 2.65.0
- key: io.jenkins-infra.tools.typos.version
Expand Down

0 comments on commit df44de8

Please sign in to comment.