From 869896da9400adff0fbfc243841e60b82b0432b7 Mon Sep 17 00:00:00 2001 From: Riddhesh Sanghvi Date: Mon, 13 Nov 2023 11:10:33 +0530 Subject: [PATCH] Upgrade postfix to 3.8.3 Signed-off-by: Riddhesh Sanghvi --- postfix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/Dockerfile b/postfix/Dockerfile index 18bc644..9528fff 100644 --- a/postfix/Dockerfile +++ b/postfix/Dockerfile @@ -45,7 +45,7 @@ RUN apt-get update \ # Download and prepare Postfix sources RUN curl -fL -o /tmp/postfix.tar.gz \ - http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.7.3.tar.gz \ + http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.8.3.tar.gz \ && tar -xzf /tmp/postfix.tar.gz -C /tmp/ # Build Postfix from sources