File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG ARCH
2222
2323RUN apt update \
2424 && apt install -y curl \
25- && curl -Ls https://azcopyvnext.azureedge.net/releases/release-10.27.0-20241030 /azcopy_linux_${ARCH}_10.27.0 .tar.gz \
25+ && curl -Ls https://azcopyvnext.azureedge.net/releases/release-10.27.1-20241113 /azcopy_linux_${ARCH}_10.27.1 .tar.gz \
2626 | tar xvzf - --strip-components=1 -C /usr/local/bin/ --wildcards "*/azcopy"
2727
2828FROM base
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ azcopyPath="/usr/local/bin/azcopy"
4040if [ ! -f " $azcopyPath " ]; then
4141 echo ' Downloading azcopy...'
4242 azcopyTarFile=" azcopy.tar.gz"
43- wget -O $azcopyTarFile azcopyvnext.azureedge.net/releases/release-10.27.0-20241030 /azcopy_linux_amd64_10.27.0 .tar.gz
43+ wget -O $azcopyTarFile azcopyvnext.azureedge.net/releases/release-10.27.1-20241113 /azcopy_linux_amd64_10.27.1 .tar.gz
4444 tar -zxvf $azcopyTarFile
4545 mv ./azcopy* /azcopy /usr/local/bin/azcopy
4646 rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments