Skip to content

Commit 7b70e9f

Browse files
Bump azcopy version to 10.32.0 (#233)
Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
1 parent defaba6 commit 7b70e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN apt-get update \
8686
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
8787

8888
## Install azcopy
89-
ARG AZCOPY_VERSION=10.31.1
89+
ARG AZCOPY_VERSION=10.32.0
9090
RUN ARCH="$(uname -m)"; \
9191
case "${ARCH}" in \
9292
aarch64|arm64) \

cst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadataTest:
99
- key: 'project'
1010
value: 'https://github.com/jenkins-infra/docker-packaging'
1111
- key: io.jenkins-infra.tools.azcopy.version
12-
value: 10.31.1
12+
value: 10.32.0
1313
user: jenkins
1414
fileExistenceTests:
1515
- name: 'RPM Macros'

0 commit comments

Comments
 (0)