Sfoglia il codice sorgente

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 anni fa
parent
commit
206d38a9c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"}"