Skip to content

Commit

Permalink
update crictl to 18
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Aug 31, 2020
1 parent 276390e commit 365405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 365405a

Please sign in to comment.