We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86acf52 commit bfc170bCopy full SHA for bfc170b
script/setup/install-runc
@@ -31,7 +31,7 @@ fi
31
function install_runc() {
32
# When updating runc-version, consider updating the runc module in go.mod as well
33
: "${RUNC_VERSION:=$(cat "${script_dir}/runc-version")}"
34
- : "${RUNC_REPO:=https://github.com/akhilerm/runc.git}"
+ : "${RUNC_REPO:=https://github.com/lifubang/runc.git}"
35
36
TMPROOT=$(mktemp -d)
37
git clone "${RUNC_REPO}" "${TMPROOT}"/runc
script/setup/runc-version
@@ -1 +1 @@
1
-de4c7d948fc4ea0f8882d3af59b5e0292b5ed39f
+ea5f8e0445e80dc29acd9b5d57481a0e936af89b
0 commit comments