diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-25 14:09:57 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-25 14:09:57 +0100 |
commit | 3b34e3c2f52184bd89027509235b9440210c8494 (patch) | |
tree | 37089bb5d847835c483f10961cd89d659623590d /cluster | |
parent | ac42e95f1ab8fbc2510e67746cc183b73e583479 (diff) | |
download | nixcfg-3b34e3c2f52184bd89027509235b9440210c8494.tar.gz nixcfg-3b34e3c2f52184bd89027509235b9440210c8494.zip |
upgraded postfix to fix smtp smuggling cve
https://security-tracker.debian.org/tracker/source-package/postfix
https://www.postfix.org/smtp-smuggling.html
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/email/deploy/email.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/email/deploy/email.hcl b/cluster/prod/app/email/deploy/email.hcl index 79eb526..6fa1e67 100644 --- a/cluster/prod/app/email/deploy/email.hcl +++ b/cluster/prod/app/email/deploy/email.hcl @@ -253,7 +253,7 @@ job "email" { task "server" { driver = "docker" config { - image = "superboum/amd64_postfix:v3" + image = "superboum/amd64_postfix:v4" readonly_rootfs = false network_mode = "host" ports = [ "smtp_port", "smtps_port", "submission_port" ] |