Skip to content

Commit

Permalink
Merge pull request #132 from briandowns/update_containerd_in_runtime
Browse files Browse the repository at this point in the history
update containerd in runtime
  • Loading branch information
briandowns authored Jul 27, 2020
2 parents b71ab7e + 694dae6 commit d265aa5
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 @@ -31,7 +31,7 @@ WORKDIR /source
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
FROM ranchertest/kubernetes:${KUBERNETES_VERSION} AS k8s
FROM rancher/k3s:v1.18.4-k3s1 AS k3s
FROM ranchertest/containerd:v1.3.4 AS containerd
FROM ranchertest/containerd:v1.3.6-k3s2 AS containerd

FROM scratch AS release
COPY --from=k8s \
Expand Down

0 comments on commit d265aa5

Please sign in to comment.