Commit 31171b6 1 parent 80144dc commit 31171b6 Copy full SHA for 31171b6
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG ARCH
22
22
23
23
RUN apt update \
24
24
&& apt install -y curl \
25
- && curl -Ls https://azcopyvnext.azureedge .net/releases/release-10.27.1-20241113/azcopy_linux_${ARCH}_10.27.1.tar.gz \
25
+ && curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd .net/releases/release-10.27.1-20241113/azcopy_linux_${ARCH}_10.27.1.tar.gz \
26
26
| tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
27
27
28
28
FROM base
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ azcopyPath="/usr/local/bin/azcopy"
40
40
if [ ! -f " $azcopyPath " ]; then
41
41
azcopyTarFile=" azcopy.tar.gz"
42
42
echo ' Downloading azcopy...'
43
- wget -O $azcopyTarFile azcopyvnext.azureedge .net/releases/release-10.27.1-20241113/azcopy_linux_amd64_10.27.1.tar.gz
43
+ wget -O $azcopyTarFile azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd .net/releases/release-10.27.1-20241113/azcopy_linux_amd64_10.27.1.tar.gz
44
44
tar -zxvf $azcopyTarFile
45
45
mv ./azcopy* /azcopy /usr/local/bin/azcopy
46
46
rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments