diff --git a/src/INFRA_VERSION b/src/INFRA_VERSION index 9b9c62ebe..dd5be4641 100644 --- a/src/INFRA_VERSION +++ b/src/INFRA_VERSION @@ -3,7 +3,7 @@ # If you change the infra version, be sure to put a warning # in the change log -INFRA_VERSION=28 +INFRA_VERSION=43 # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # These constants are used in the installer script as well diff --git a/src/scripts/setup_infra.sh b/src/scripts/setup_infra.sh index 973816396..52f5dfec9 100755 --- a/src/scripts/setup_infra.sh +++ b/src/scripts/setup_infra.sh @@ -55,6 +55,7 @@ fi # mail (MAIL_SMTP_PORT is 2500 in addons.js. used in mailer.js as well) # MAIL_SERVER_NAME is the hostname of the mailserver i.e server uses these certs # MAIL_DOMAIN is the domain for which this server is relaying mails +docker rmi -f cloudron/mail:0.11.0 || true mail_container_id=$(docker run --restart=always -d --name="mail" \ -m 75m \ --memory-swap 150m \