mirror of
https://github.com/moby/moby.git
synced 2026-06-24 08:48:23 +00:00
Dockerfile: update to containerd v2.3.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -142,7 +142,7 @@ WORKDIR /usr/src/containerd
|
||||
# It is used to build containerd binaries, and used for the integration tests.
|
||||
# The distributed docker .deb and .rpm packages depend on a separate (containerd.io)
|
||||
# package, which may be a different version than specified here.
|
||||
ARG CONTAINERD_VERSION=v2.2.5
|
||||
ARG CONTAINERD_VERSION=v2.3.2
|
||||
ADD https://github.com/containerd/containerd.git?ref=${CONTAINERD_VERSION}&keep-git-dir=1 .
|
||||
|
||||
FROM base AS containerd-build
|
||||
|
||||
@@ -170,7 +170,7 @@ ARG GOTESTSUM_VERSION=v1.13.0
|
||||
ARG GOWINRES_VERSION=v0.3.3
|
||||
|
||||
# CONTAINERD_VERSION is the version of containerd to use for CI.
|
||||
ARG CONTAINERD_VERSION=v2.2.5
|
||||
ARG CONTAINERD_VERSION=v2.3.2
|
||||
|
||||
# Environment variable notes:
|
||||
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
|
||||
|
||||
Reference in New Issue
Block a user