Skip to content

Commit

Permalink
bump containerd fuse overlayfs to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Aug 31, 2023
1 parent 33ddc05 commit 39594c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ RUN git clone --filter=tree:0 "${CNI_PLUGINS_CLONE_URL}" /cni-plugins \
# stage for building containerd-fuse-overlayfs
FROM go-build as build-fuse-overlayfs
ARG TARGETARCH GO_VERSION
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="v1.0.5"
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="v1.0.6"
ARG CONTAINERD_FUSE_OVERLAYFS_CLONE_URL="https://github.com/containerd/fuse-overlayfs-snapshotter"
RUN git clone --filter=tree:0 "${CONTAINERD_FUSE_OVERLAYFS_CLONE_URL}" /fuse-overlayfs-snapshotter \
&& cd /fuse-overlayfs-snapshotter \
Expand Down

0 comments on commit 39594c7

Please sign in to comment.