From 22ac4dd626b2eac2f6098f137f18ea446d9a5e9c Mon Sep 17 00:00:00 2001 From: Em Sharnoff Date: Sun, 16 Jun 2024 13:38:26 -0700 Subject: [PATCH] Bump crictl v1.25.0 -> v1.26.1 --- neonvm/runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neonvm/runner/Dockerfile b/neonvm/runner/Dockerfile index 7f58cc468..3bd6230d8 100644 --- a/neonvm/runner/Dockerfile +++ b/neonvm/runner/Dockerfile @@ -34,7 +34,7 @@ RUN apk add --no-cache \ WORKDIR /workspace # FIXME: There's non-overlapping version support for <1.27 and >=1.27. # We should carefully consider how we go about future-proofing this (or not). -ENV VERSION="v1.25.0" +ENV VERSION="v1.26.1" RUN curl -L "https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/crictl-$VERSION-linux-amd64.tar.gz" -o crictl.tar.gz \ && tar zxvf crictl.tar.gz -C /