v10.1.0 release (#2109)

* v10.1.0 release

* chore: bump version to v10.1.0

* chore: update v10.1.0
This commit is contained in:
Frederic Werner 2021-08-10 22:11:02 +02:00 committed by GitHub
parent f33374023f
commit c98fb9aa92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View file

@ -88,8 +88,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 (= :10.0.0) as the image tag
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.0.0/setup.sh
# if you're using :latest (= :10.1.0) as the image tag
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.1.0/setup.sh
chmod a+x ./setup.sh