File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-
37
37
38
38
# install aznfs
39
39
RUN if [ "$ARCH" = "amd64" ] ; then \
40
- wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/2.0.0 /aznfs-2.0.0 -1.x86_64.tar.gz; \
40
+ wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/2.0.1 /aznfs-2.0.1 -1.x86_64.tar.gz; \
41
41
else \
42
- wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/2.0.0 /aznfs-2.0.0 -1.arm64.tar.gz;fi
42
+ wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/2.0.1 /aznfs-2.0.1 -1.arm64.tar.gz;fi
43
43
RUN tar xvzf aznfs.tar.gz -C / --keep-directory-symlink && rm aznfs.tar.gz
44
44
45
45
# install azcopy
You can’t perform that action at this time.
0 commit comments