From 4e14a6111a817fcf6e3d3fc5232fa7b337aa94c5 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Mon, 5 May 2025 11:19:18 -0700 Subject: [PATCH] bump crictl to 1.33 --- images/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 2333a648..f9c9dc69 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -155,7 +155,7 @@ RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \ FROM go-build AS build-crictl ARG TARGETARCH GO_VERSION ARG CRI_TOOLS_CLONE_URL="https://github.com/kubernetes-sigs/cri-tools" -ARG CRICTL_VERSION="v1.32.0" +ARG CRICTL_VERSION="v1.33.0" RUN git clone --filter=tree:0 "${CRI_TOOLS_CLONE_URL}" /cri-tools \ && cd /cri-tools \ && git checkout "${CRICTL_VERSION}" \