Skip to content

Commit 1430229

Browse files
committed
Dockerfile: update containerd to v2.2.2
full diff: containerd/containerd@v2.2.1...v2.2.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 2b4f1d4 commit 1430229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ RUN git init . && git remote add origin "https://github.com/containerd/container
148148
# integration tests. The distributed docker .deb and .rpm packages depend on a
149149
# separate (containerd.io) package, which may be a different version as is
150150
# specified here.
151-
ARG CONTAINERD_VERSION=v2.2.1
151+
ARG CONTAINERD_VERSION=v2.2.2
152152
RUN git fetch -q --depth 1 origin "${CONTAINERD_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
153153

154154
FROM base AS containerd-build

0 commit comments

Comments
 (0)