Skip to content

Commit

Permalink
CI: bump up crun: 1.0 -> 1.3
Browse files Browse the repository at this point in the history
Release notes: https://github.com/containers/crun/releases

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Nov 8, 2021
1 parent d418660 commit a223466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup/install-runc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function install_runc() {
}

function install_crun() {
CRUN_VERSION=1.0
CRUN_VERSION=1.3
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 a223466

Please sign in to comment.