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 @@ -21,9 +21,9 @@ COPY ${binary} /azurefileplugin
2121RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs nfs-common netbase wget
2222
2323# install azcopy
24- ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.21.2-20231106 /azcopy_linux_amd64_10.21.2 .tar.gz
24+ ARG azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220 /azcopy_linux_amd64_10.22.1 .tar.gz
2525RUN if [ "$ARCH" == "arm64" ] ; then \
26- azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.21.2-20231106 /azcopy_linux_arm64_10.21.2 .tar.gz; fi
26+ azcopyURL=https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220 /azcopy_linux_arm64_10.22.1 .tar.gz; fi
2727RUN wget -O azcopy.tar.gz ${azcopyURL} && \
2828 tar xvzf azcopy.tar.gz -C . && rm azcopy.tar.gz && \
2929 mv ./azcopy_linux_$ARCH_*/azcopy /usr/local/bin/azcopy && \
You can’t perform that action at this time.
0 commit comments