Skip to content

Commit b849297

Browse files
committed
downgrade containerd 1.7.27 -> 1.7.25
1 parent e91be2e commit b849297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN make
3737
# Build containerd from source
3838
FROM build as containerd
3939
WORKDIR /src
40-
ARG CONTAINERD_VERSION="v1.7.27"
40+
ARG CONTAINERD_VERSION="v1.7.25"
4141
# When changing above, also change the version in the debian/control file
4242
RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${CONTAINERD_VERSION} https://github.com/containerd/containerd /src/containerd
4343
WORKDIR /src/containerd

0 commit comments

Comments
 (0)