File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444RUN tar xvzf aznfs.tar.gz -C / --keep-directory-symlink && rm aznfs.tar.gz
4545
4646# install azcopy
47- ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.22.2-20240110 /azcopy_linux_amd64_10.22.2 .tar.gz
47+ ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.23.0-20240129 /azcopy_linux_amd64_10.23.0 .tar.gz
4848RUN if [ "$ARCH" == "arm64" ] ; then \
49- azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.22.2-20240110 /azcopy_linux_arm64_10.22.2 .tar.gz; fi
49+ azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.23.0-20240129 /azcopy_linux_arm64_10.23.0 .tar.gz; fi
5050RUN wget -O azcopy.tar.gz ${azcopyURL} && \
5151 tar xvzf azcopy.tar.gz -C . && rm azcopy.tar.gz && \
5252 mv ./azcopy_linux_$ARCH_*/azcopy /usr/local/bin/azcopy && \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ azcopyPath="/usr/local/bin/azcopy"
3636if [ ! -f " $azcopyPath " ]; then
3737 azcopyTarFile=" azcopy.tar.gz"
3838 echo ' Downloading azcopy...'
39- wget -O $azcopyTarFile azcopyvnext.azureedge.net/releases/release-10.22.2-20240110 /azcopy_linux_amd64_10.22.2 .tar.gz
39+ wget -O $azcopyTarFile azcopyvnext.azureedge.net/releases/release-10.23.0-20240129 /azcopy_linux_amd64_10.23.0 .tar.gz
4040 tar -zxvf $azcopyTarFile
4141 mv ./azcopy* /azcopy /usr/local/bin/azcopy
4242 rm -rf ./$azcopyTarFile
You can’t perform that action at this time.
0 commit comments