CI: update crun to 0.17

https://github.com/containers/crun/releases/tag/0.17

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2021-01-22 20:51:14 +09:00
parent 0bbbc59b97
commit 80243b8667
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

View File

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