From b55f80f67f2501809e1d6525ada45e64861deecf Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 9 Oct 2019 02:01:52 +0200 Subject: [PATCH] Update CRI-O version to 1.15 (#16720) --- .../en/docs/setup/production-environment/container-runtimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 80c2cc639c..e156df730c 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -183,7 +183,7 @@ add-apt-repository ppa:projectatomic/ppa apt-get update # Install CRI-O -apt-get install cri-o-1.13 +apt-get install cri-o-1.15 {{< /tab >}} {{< tab name="CentOS/RHEL 7.4+" codelang="bash" >}}