File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ RUN mkdir -p \
3232 /etc/cni/net.d
3333
3434# Install containerd to have runc shim.
35- ENV CTRD_VERSION="1.7.16 "
35+ ENV CTRD_VERSION="1.7.29 "
3636RUN ARCH=`go env GOARCH` && \
3737 wget --quiet -O- https://github.com/containerd/containerd/releases/download/v$CTRD_VERSION/containerd-$CTRD_VERSION-linux-${ARCH}.tar.gz | tar zxf - -C /tmp/ && \
3838 install -D -o root -g root -m755 -t /usr/local/bin /tmp/bin/containerd-shim-runc-v2 && \
3939 rm -rf /tmp/bin
4040
4141# Install critest.
42- ENV CRITEST_VERSION="1.23 .0"
42+ ENV CRITEST_VERSION="1.34 .0"
4343RUN ARCH=`go env GOARCH` && \
4444 wget --quiet -O- https://github.com/kubernetes-sigs/cri-tools/releases/download/v$CRITEST_VERSION/critest-v$CRITEST_VERSION-linux-${ARCH}.tar.gz | tar zxf - -C /tmp/ && \
4545 install -D -o root -g root -m755 -t /usr/local/bin /tmp/critest && \
You can’t perform that action at this time.
0 commit comments