Update CRI-O version to 1.15 (#16720)

This commit is contained in:
Sascha Grunert 2019-10-09 02:01:52 +02:00 committed by Kubernetes Prow Robot
parent d5060a9173
commit b55f80f67f
1 changed files with 1 additions and 1 deletions

View File

@ -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" >}}