Skip to content

Commit

Permalink
CI: update crun to 0.19
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 Apr 12, 2021
1 parent 7e3fd8d commit 14f357b
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=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)"
chmod +x /usr/local/sbin/runc
}
Expand Down

0 comments on commit 14f357b

Please sign in to comment.