File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN if [ "$ARCH" = "arm64" ]; then \
32
32
fi
33
33
34
34
# install azcopy
35
- RUN curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.0-20250127 /azcopy_linux_${ARCH}_10.28.0 .tar.gz \
35
+ RUN curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.1-20250326 /azcopy_linux_${ARCH}_10.28.1 .tar.gz \
36
36
| tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
37
37
38
38
# download blobfuse deb
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ azcopyPath="/usr/local/bin/azcopy"
36
36
if [ ! -f " $azcopyPath " ]; then
37
37
azcopyTarFile=" azcopy.tar.gz"
38
38
echo ' Downloading azcopy...'
39
- wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.0-20250127 /azcopy_linux_amd64_10.28.0 .tar.gz
39
+ wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.1-20250326 /azcopy_linux_amd64_10.28.1 .tar.gz
40
40
tar -zxvf $azcopyTarFile
41
41
mv ./azcopy* /azcopy /usr/local/bin/azcopy
42
42
rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments