diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-25 14:00:36 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-25 14:00:36 +0100 |
commit | ac42e95f1ab8fbc2510e67746cc183b73e583479 (patch) | |
tree | 6185606fcadfd8e77e9c87489b592c1ce82e3c4b /cluster/prod/app/email/build | |
parent | 2472a6b61a587a3d92a731875ccf0b257c24189a (diff) | |
download | nixcfg-ac42e95f1ab8fbc2510e67746cc183b73e583479.tar.gz nixcfg-ac42e95f1ab8fbc2510e67746cc183b73e583479.zip |
update smtp server security conf
Diffstat (limited to 'cluster/prod/app/email/build')
-rw-r--r-- | cluster/prod/app/email/build/docker-compose.yml | 6 | ||||
-rw-r--r-- | cluster/prod/app/email/build/postfix/Dockerfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cluster/prod/app/email/build/docker-compose.yml b/cluster/prod/app/email/build/docker-compose.yml index 39d28bd..a726fb6 100644 --- a/cluster/prod/app/email/build/docker-compose.yml +++ b/cluster/prod/app/email/build/docker-compose.yml @@ -26,9 +26,9 @@ services: build: context: ./postfix args: - # https://packages.debian.org/fr/buster/postfix - VERSION: 3.4.14-0+deb10u1 - image: superboum/amd64_postfix:v3 + # https://packages.debian.org/fr/trixie/postfix + VERSION: 3.8.4-1 + image: superboum/amd64_postfix:v4 opendkim: build: diff --git a/cluster/prod/app/email/build/postfix/Dockerfile b/cluster/prod/app/email/build/postfix/Dockerfile index 0c74fdc..174b636 100644 --- a/cluster/prod/app/email/build/postfix/Dockerfile +++ b/cluster/prod/app/email/build/postfix/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/debian:buster +FROM amd64/debian:trixie ARG VERSION |