Explorar o código

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 %!s(int64=2) %!d(string=hai) anos
pai
achega
206d38a9c1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"}"