bump crictl to 1.33

This commit is contained in:
Benjamin Elder
2025-05-05 11:19:18 -07:00
parent f7b2202df6
commit 4e14a6111a

View File

@@ -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}" \