Skip to content

Commit 77d6773

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
feat: upgrade aznfs package to v2.0.11
1 parent e39171d commit 77d6773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt update \
2424
&& apt install -y curl
2525

2626
# install aznfs
27-
ARG aznfsVer=2.0.7
27+
ARG aznfsVer=2.0.11
2828
RUN if [ "$ARCH" = "arm64" ]; then \
2929
curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.arm64.tar.gz | tar xvzf - -C / --keep-directory-symlink; \
3030
else \

0 commit comments

Comments
 (0)