Skip to content

Commit f0514c3

Browse files
authored
Merge pull request #1855 from andyzhangx/upgrade-aznfs-2.0.11
feat: upgrade aznfs package to v2.0.11
2 parents c0f0c8e + eb5d050 commit f0514c3

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)