aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>2022-08-22 11:49:44 +0900
committerSebastiaan van Stijn <github@gone.nl>2022-08-26 00:21:24 +0200
commitbd98bf38e91f8b09fdcb781e8808939164c5936b (patch)
tree460935f6912511b57f2a4c54da0a49755c08b3bc
parent1808c67d53b6d211c5fc41688be807fa7a7722b3 (diff)
update runc to v1.1.4
release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.4 full diff: https://github.com/opencontainers/runc/compare/v1.1.3...v1.1.4 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-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"}"