Skip to content

Commit 643bb9b

Browse files
authored
Merge pull request #4958 from AkihiroSuda/crun-017
2 parents aae24ec + 80243b8 commit 643bb9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/setup/install-runc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function install_runc() {
3232
}
3333

3434
function install_crun() {
35-
CRUN_VERSION=0.16
35+
CRUN_VERSION=0.17
3636
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-linux-$(go env GOARCH)
3737
chmod +x /usr/local/sbin/runc
3838
}

0 commit comments

Comments
 (0)