CI: bump up crun to 1.0

Release notes: https://github.com/containers/crun/releases

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2021-09-13 16:00:35 +09:00
parent 493220b719
commit f700ae8732
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

View File

@ -37,7 +37,7 @@ function install_runc() {
}
function install_crun() {
CRUN_VERSION=0.19
CRUN_VERSION=1.0
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
}