mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
chore: bump version to v10.0.0
This commit is contained in:
parent
e5bee57736
commit
26e8275f52
|
@ -89,8 +89,8 @@ and the `setup.sh` **in the correct version**
|
||||||
``` BASH
|
``` BASH
|
||||||
# if you're using :edge as the image tag
|
# if you're using :edge as the image tag
|
||||||
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh
|
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/setup.sh
|
||||||
# if you're using :latest (= :9.1.0) as the image tag
|
# if you're using :latest (= :10.0.0) as the image tag
|
||||||
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v9.1.0/setup.sh
|
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/v10.0.0/setup.sh
|
||||||
|
|
||||||
chmod a+x ./setup.sh
|
chmod a+x ./setup.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue