1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

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
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