Browse Source

Merge pull request #45238 from thaJeztah/20.10_backport_update_runc_binary_1.1.5

[20.10 backport] update runc binary to v1.1.5
Tianon Gravi 2 năm trước cách đây
mục cha
commit
206d38a9c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.conf accordingly
-: "${RUNC_VERSION:=v1.1.4}"
+: "${RUNC_VERSION:=v1.1.5}"
 
 install_runc() {
 	RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"