Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
206d38a9c1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.
 # the containerd project first, and update both after that is merged.
 #
 #
 # When updating RUNC_VERSION, consider updating runc in vendor.conf accordingly
 # When updating RUNC_VERSION, consider updating runc in vendor.conf accordingly
-: "${RUNC_VERSION:=v1.1.4}"
+: "${RUNC_VERSION:=v1.1.5}"
 
 
 install_runc() {
 install_runc() {
 	RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"
 	RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"