Skip to content

Commit

Permalink
Merge pull request #45406 from thaJeztah/20.10_backport_runc_binary_1…
Browse files Browse the repository at this point in the history
….1.6

[20.10 backport] update runc binary to v1.1.7
  • Loading branch information
AkihiroSuda committed May 16, 2023
2 parents 562e795 + db9ab64 commit 0f8ffc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/dockerfile/install/runc.installer
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
# the containerd project first, and update both after that is merged.
#
# When updating RUNC_VERSION, consider updating runc in vendor.conf accordingly
: "${RUNC_VERSION:=v1.1.5}"
: "${RUNC_VERSION:=v1.1.7}"

install_runc() {
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"
Expand Down

0 comments on commit 0f8ffc4

Please sign in to comment.