diff --git a/README.md b/README.md index 9bc24f46..04b70b67 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ and the `setup.sh` **in the correct version** ``` BASH # if you're using :edge as the image tag wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh -# if you're using :latest (= :9.0.0) as the image tag -wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v9.0.0/setup.sh +# if you're using :latest (= :9.0.1) as the image tag +wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v9.0.1/setup.sh chmod a+x ./setup.sh