Merge pull request #4777 from AkihiroSuda/crun-016

CI: update crun to 0.16
This commit is contained in:
Michael Crosby 2020-11-30 11:07:27 -05:00 committed by GitHub
commit e58adfd71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ function install_runc() {
}
function install_crun() {
CRUN_VERSION=0.15
CRUN_VERSION=0.16
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
}