diff options
Diffstat (limited to 'app/email/deploy/email.hcl')
-rw-r--r-- | app/email/deploy/email.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/email/deploy/email.hcl b/app/email/deploy/email.hcl index d3dab3d..c0a651a 100644 --- a/app/email/deploy/email.hcl +++ b/app/email/deploy/email.hcl @@ -29,7 +29,7 @@ job "email" { driver = "docker" config { - image = "superboum/amd64_dovecot:v2" + image = "superboum/amd64_dovecot:v5" readonly_rootfs = false ports = [ "zauthentication_port", "imaps_port", "imap_port", "lmtp_port" ] command = "dovecot" |