Skip to content

Commit

Permalink
CI: update crun to 0.17
Browse files Browse the repository at this point in the history
https://github.com/containers/crun/releases/tag/0.17

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Jan 22, 2021
1 parent 0bbbc59 commit 80243b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup/install-runc
Expand Up @@ -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
}
Expand Down

0 comments on commit 80243b8

Please sign in to comment.