diff --git a/Dockerfile b/Dockerfile index e57799ceef..15d23e836a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -147,7 +147,7 @@ RUN git init . && git remote add origin "https://github.com/containerd/container # integration tests. The distributed docker .deb and .rpm packages depend on a # separate (containerd.io) package, which may be a different version as is # specified here. -ARG CONTAINERD_VERSION=v2.2.0 +ARG CONTAINERD_VERSION=v2.2.1 RUN git fetch -q --depth 1 origin "${CONTAINERD_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD FROM base AS containerd-build