Skip to content

Commit

Permalink
update crictl to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Jul 1, 2024
1 parent 5e44bb7 commit 1e7d41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0"
ARG CRICTL_VERSION="v1.30.0"
RUN git clone --filter=tree:0 "${CRI_TOOLS_CLONE_URL}" /cri-tools \
&& cd /cri-tools \
&& git checkout "${CRICTL_VERSION}" \
Expand Down

0 comments on commit 1e7d41e

Please sign in to comment.