Merge pull request #5339 from AkihiroSuda/crun-019
CI: update crun to 0.19
This commit is contained in:
commit
ff2cf56e58
@ -37,7 +37,7 @@ function install_runc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install_crun() {
|
function install_crun() {
|
||||||
CRUN_VERSION=0.17
|
CRUN_VERSION=0.19
|
||||||
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/"${CRUN_VERSION}"/crun-"${CRUN_VERSION}"-linux-"$(go env GOARCH)"
|
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
|
chmod +x /usr/local/sbin/runc
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user