Skip to content

Commit 709113a

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
feat: upgrade aznfs package to v2.0.11
1 parent f8e326d commit 709113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/Dockerfile

+1-1
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)