diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index a84579c..a93bf81 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -22,14 +22,14 @@ Download the official etcd release binaries from the [etcd](https://github.com/e ```bash wget -q --show-progress --https-only --timestamping \ - "https://github.com/etcd-io/etcd/releases/download/v3.4.0/etcd-v3.4.0-linux-amd64.tar.gz" + "https://github.com/etcd-io/etcd/releases/download/v3.4.9/etcd-v3.4.9-linux-amd64.tar.gz" ``` Extract and install the `etcd` server and the `etcdctl` command line utility: ```bash -tar -xvf etcd-v3.4.0-linux-amd64.tar.gz -sudo mv etcd-v3.4.0-linux-amd64/etcd* /usr/local/bin/ +tar -xvf etcd-v3.4.9-linux-amd64.tar.gz +sudo mv etcd-v3.4.9-linux-amd64/etcd* /usr/local/bin/ ``` ### Configure the etcd Server