Skip to content

Commit

Permalink
udating runc - v1.2.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantmunjal7 committed Sep 14, 2024
1 parent 80d9152 commit c696749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdir -p ${DATA_DIR}

case ${OS} in
linux)
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/atlanhq/runc ${RUNC_DIR}
git clone --single-branch --branch=${VERSION_RUNC} --depth=1 https://github.com/opencontainers/runc ${RUNC_DIR}
curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${VERSION_ROOT}/k3s-root-${ARCH}.tar | tar xf -
;;
windows)
Expand Down

0 comments on commit c696749

Please sign in to comment.