diff --git a/install_azcopy.sh b/install_azcopy.sh index a25d9cb..5b3e80c 100755 --- a/install_azcopy.sh +++ b/install_azcopy.sh @@ -2,7 +2,7 @@ set -e # Exit immediately if a command fails -azcopy_version="10.31.0" +azcopy_version="10.31.1" azcopy_date="20250109" # Used for version tracking by the azcopy-update workflow azcopy_url="https://github.com/Azure/azure-storage-azcopy/releases/download/v${azcopy_version}/azcopy_linux_amd64_${azcopy_version}.tar.gz" azcopy_filename="azcopy.tar.gz"