Kaynağa Gözat

Merge pull request #42657 from thaJeztah/20.10_containerd_1.4.8

Brian Goff 4 yıl önce
ebeveyn
işleme
013d6655bb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      hack/dockerfile/install/containerd.installer

+ 1 - 1
hack/dockerfile/install/containerd.installer

@@ -4,7 +4,7 @@ set -e
 # containerd is also pinned in vendor.conf. When updating the binary
 # version you may also need to update the vendor version to pick up bug
 # fixes or new APIs.
-: "${CONTAINERD_COMMIT:=3194fb46e8311ae0eeae5a7a5843573adfebb16d}" # v1.4.7
+: "${CONTAINERD_COMMIT:=7eba5930496d9bbe375fdf71603e610ad737d2b2}" # v1.4.8
 
 install_containerd() (
 	echo "Install containerd version $CONTAINERD_COMMIT"