We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91be2e commit b849297Copy full SHA for b849297
Dockerfile
@@ -37,7 +37,7 @@ RUN make
37
# Build containerd from source
38
FROM build as containerd
39
WORKDIR /src
40
-ARG CONTAINERD_VERSION="v1.7.27"
+ARG CONTAINERD_VERSION="v1.7.25"
41
# When changing above, also change the version in the debian/control file
42
RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${CONTAINERD_VERSION} https://github.com/containerd/containerd /src/containerd
43
WORKDIR /src/containerd
0 commit comments