From a22346622b730e7f291ffd9b7d8a952060953133 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 8 Nov 2021 14:32:44 +0900 Subject: [PATCH] CI: bump up crun: 1.0 -> 1.3 Release notes: https://github.com/containers/crun/releases Signed-off-by: Akihiro Suda --- script/setup/install-runc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/install-runc b/script/setup/install-runc index ab95d37f0..7e0437c9b 100755 --- a/script/setup/install-runc +++ b/script/setup/install-runc @@ -37,7 +37,7 @@ function install_runc() { } function install_crun() { - CRUN_VERSION=1.0 + CRUN_VERSION=1.3 curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/"${CRUN_VERSION}"/crun-"${CRUN_VERSION}"-linux-"$(go env GOARCH)" chmod +x /usr/local/sbin/runc }