We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8e326d + 709113a commit 4bdb2e5Copy full SHA for 4bdb2e5
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