We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defaba6 commit 7b70e9fCopy full SHA for 7b70e9f
Dockerfile
@@ -86,7 +86,7 @@ RUN apt-get update \
86
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
87
88
## Install azcopy
89
-ARG AZCOPY_VERSION=10.31.1
+ARG AZCOPY_VERSION=10.32.0
90
RUN ARCH="$(uname -m)"; \
91
case "${ARCH}" in \
92
aarch64|arm64) \
cst.yml
@@ -9,7 +9,7 @@ metadataTest:
9
- key: 'project'
10
value: 'https://github.com/jenkins-infra/docker-packaging'
11
- key: io.jenkins-infra.tools.azcopy.version
12
- value: 10.31.1
+ value: 10.32.0
13
user: jenkins
14
fileExistenceTests:
15
- name: 'RPM Macros'
0 commit comments