Skip to content

Commit 8744660

Browse files
author
Hai Chang
committed
Upgraded the crictl tools to version 2.6.1
1 parent f89760e commit 8744660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine
22

3-
ENV VERSION="v1.23.0"
3+
ENV VERSION="v1.26.1"
44
RUN wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/crictl-$VERSION-linux-amd64.tar.gz && tar zxvf crictl-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
55
RUN rm -f crictl-$VERSION-linux-amd64.tar.gz
66

0 commit comments

Comments
 (0)