瀏覽代碼

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>
(cherry picked from commit bd98bf38e91f8b09fdcb781e8808939164c5936b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Akihiro Suda 2 年之前
父節點
當前提交
901fb577cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hack/dockerfile/install/runc.installer

+ 1 - 1
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"}"