From 365405a44f38a84bcb2d9f75a5f3228e5fba1362 Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Mon, 31 Aug 2020 14:16:29 -0700 Subject: [PATCH] update crictl to 18 Signed-off-by: Brian Downs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84f67a52c5..cd622098f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,7 @@ RUN rm -vf /charts/*.sh /charts/*.md # This means bin/foo/bar will become bin/bar when rke2 installs this to the host FROM rancher/k3s:v1.18.4-k3s1 AS k3s FROM rancher/containerd:v1.3.6-k3s2 AS containerd -FROM rancher/crictl:v1.17.0 AS crictl +FROM rancher/crictl:v1.18.0 AS crictl FROM scratch AS runtime COPY --from=k3s \