File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 43
43
RUN tar xvzf aznfs.tar.gz -C / --keep-directory-symlink && rm aznfs.tar.gz
44
44
45
45
# install azcopy
46
- ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.21.2-20231106 /azcopy_linux_amd64_10.21.2 .tar.gz
46
+ ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220 /azcopy_linux_amd64_10.22.1 .tar.gz
47
47
RUN if [ "$ARCH" == "arm64" ] ; then \
48
- azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.21.2-20231106 /azcopy_linux_arm64_10.21.2 .tar.gz; fi
48
+ azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220 /azcopy_linux_arm64_10.22.1 .tar.gz; fi
49
49
RUN wget -O azcopy.tar.gz ${azcopyURL} && \
50
50
tar xvzf azcopy.tar.gz -C . && rm azcopy.tar.gz && \
51
51
mv ./azcopy_linux_$ARCH_*/azcopy /usr/local/bin/azcopy && \
You can’t perform that action at this time.
0 commit comments