We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4f1d4 commit 1430229Copy full SHA for 1430229
1 file changed
Dockerfile
@@ -148,7 +148,7 @@ RUN git init . && git remote add origin "https://github.com/containerd/container
148
# integration tests. The distributed docker .deb and .rpm packages depend on a
149
# separate (containerd.io) package, which may be a different version as is
150
# specified here.
151
-ARG CONTAINERD_VERSION=v2.2.1
+ARG CONTAINERD_VERSION=v2.2.2
152
RUN git fetch -q --depth 1 origin "${CONTAINERD_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
153
154
FROM base AS containerd-build
0 commit comments