Skip to content

Commit

Permalink
Merge pull request moby#44673 from thaJeztah/20.10_update_containerd_…
Browse files Browse the repository at this point in the history
…1.6.14

[20.10] update containerd binary to v1.6.14
  • Loading branch information
thaJeztah committed Dec 20, 2022
2 parents 42c8b31 + 2f21287 commit ddab6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/dockerfile/install/containerd.installer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e
# the binary version you may also need to update the vendor version to pick up
# bug fixes or new APIs, however, usually the Go packages are built from a
# commit from the master branch.
: "${CONTAINERD_VERSION:=v1.6.13}"
: "${CONTAINERD_VERSION:=v1.6.14}"

install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"
Expand Down

0 comments on commit ddab6b3

Please sign in to comment.