Skip to content

Commit

Permalink
Update crictl version to v1.31.1 in CNI migrator (#6733)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Luo <[email protected]>
  • Loading branch information
luolanzone authored Oct 16, 2024
1 parent 9c7424a commit 3177ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/images/Dockerfile.build.migrator
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ USER root

COPY build/images/scripts/migrate_cni /usr/local/bin/

ENV CRICTL_VERSION="v1.27.0"
ENV CRICTL_VERSION="v1.31.1"
RUN apt update \
&& apt install -y jq ca-certificates wget \
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/* \
Expand Down

0 comments on commit 3177ea2

Please sign in to comment.