Skip to content

Commit fa52041

Browse files
authored
Merge pull request #2007 from andyzhangx/upgrade-aznfs-2.0.12-1.26
[release-1.26] chore: upgrade to aznfs v2.0.12
2 parents 7aa2550 + 9986e03 commit fa52041

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.11
27+
ARG aznfsVer=2.0.12
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)