summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>2023-05-16 11:37:10 +0900
committerGitHub <noreply@github.com>2023-05-16 11:37:10 +0900
commit0f8ffc4b89756c6654ff514e2f4ff4996128e328 (patch)
tree8d712fe2615cfabaea872374fd5af3ea737dd9f6
parent562e795bf2feb823d15430658b9a668d4d9e1c22 (diff)
parentdb9ab6438debd1b262c29479a23b4e972405ff75 (diff)
downloaddocker-20.10.tar.gz
Merge pull request #45406 from thaJeztah/20.10_backport_runc_binary_1.1.620.10
[20.10 backport] update runc binary to v1.1.7
-rwxr-xr-xhack/dockerfile/install/runc.installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/dockerfile/install/runc.installer b/hack/dockerfile/install/runc.installer
index 0926d201f8..0e507a3a18 100755
--- a/hack/dockerfile/install/runc.installer
+++ b/hack/dockerfile/install/runc.installer
@@ -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"}"