We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0f0c8e + eb5d050 commit f0514c3Copy full SHA for f0514c3
pkg/blobplugin/Dockerfile
@@ -24,7 +24,7 @@ RUN apt update \
24
&& apt install -y curl
25
26
# install aznfs
27
-ARG aznfsVer=2.0.7
+ARG aznfsVer=2.0.11
28
RUN if [ "$ARCH" = "arm64" ]; then \
29
curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.arm64.tar.gz | tar xvzf - -C / --keep-directory-symlink; \
30
else \
0 commit comments