Skip to content

Commit

Permalink
Bump crictl v1.25.0 -> v1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Jun 16, 2024
1 parent fb017c3 commit 22ac4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neonvm/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /

Expand Down

0 comments on commit 22ac4dd

Please sign in to comment.