From 3c664952b35380aa0a897df22def6da83be97093 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com> Date: Thu, 25 Feb 2021 11:26:56 +0100 Subject: [PATCH] Update README to v9.0.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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