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 @@ -33,9 +33,9 @@ RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-
33
33
34
34
# install aznfs
35
35
RUN if [ "$ARCH" = "amd64" ] ; then \
36
- wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/1 .0.8 /aznfs-1 .0.8 -1.x86_64.tar.gz; \
36
+ 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; \
37
37
else \
38
- wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/1 .0.8 /aznfs-1 .0.8 -1.arm64.tar.gz;fi
38
+ 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
39
39
RUN tar xvzf aznfs.tar.gz -C / --keep-directory-symlink && rm aznfs.tar.gz
40
40
41
41
RUN if [ "$ARCH" = "amd64" ] ; then \
You can’t perform that action at this time.
0 commit comments