Merge pull request #4958 from AkihiroSuda/crun-017

This commit is contained in:
Maksym Pavlenko 2021-01-22 16:05:19 -08:00 committed by GitHub
commit 643bb9b66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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