mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Bump containerd to v1.6.15-k3s1
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
e53500f37f
commit
d78e490716
@ -24,7 +24,7 @@ fi
|
||||
|
||||
# We're building k3s against containerd 1.5 in go.mod because 1.6 has dependency
|
||||
# conflicts with Kubernetes, but we still need to bundle containerd 1.6.
|
||||
VERSION_CONTAINERD="v1.6.14-k3s1"
|
||||
VERSION_CONTAINERD="v1.6.15-k3s1"
|
||||
|
||||
VERSION_CRICTL=$(grep github.com/kubernetes-sigs/cri-tools go.mod | head -n1 | awk '{print $4}')
|
||||
if [ -z "$VERSION_CRICTL" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user