aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2022-08-26 13:05:17 +0200
committerGitHub <noreply@github.com>2022-08-26 13:05:17 +0200
commitcefc89e5a5ea6bf766c6582686a277e31a45f17f (patch)
treedcd7c340db266f2748300df3728db64437fd9591
parent80e0fc4901c0071cce4b6cd2d9c2ab0cf21dd450 (diff)
parentbd98bf38e91f8b09fdcb781e8808939164c5936b (diff)
Merge pull request #44037 from thaJeztah/update_runc_1.1.4
update runc to v1.1.4
-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 3c1440f6b2..12d8727710 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.mod accordingly
-: "${RUNC_VERSION:=v1.1.3}"
+: "${RUNC_VERSION:=v1.1.4}"
install_runc() {
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"