Skip to content

Commit 4bdb2e5

Browse files
authored
Merge pull request #1886 from k8s-infra-cherrypick-robot/cherry-pick-1855-to-release-1.24
[release-1.24] feat: upgrade aznfs package to v2.0.11
2 parents f8e326d + 709113a commit 4bdb2e5

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)