From e52afdc4c0566f6161706ac60913460bcde311b6 Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 1 Aug 2023 18:43:13 +0300 Subject: [PATCH] dovecot: v2.3.16 build 2, move to AlmaLinux 9 --- dovecot/Dockerfile | 8 +++++--- dovecot/Makefile | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dovecot/Dockerfile b/dovecot/Dockerfile index 62960aa..3a55e4e 100644 --- a/dovecot/Dockerfile +++ b/dovecot/Dockerfile @@ -1,12 +1,14 @@ -FROM almalinux:8 +FROM almalinux:9 RUN useradd -m -s /bin/false vmail -RUN dnf install -y epel-release && dnf update -y \ +RUN dnf install -y epel-release dnf-plugins-core \ + && dnf update -y \ + && dnf config-manager --enable crb \ && dnf clean all \ && rm -rf /var/cache/yum -RUN dnf install -y postfix-3.5.8 postfix-ldap-3.5.8 postfix-mysql-3.5.8 postfix-pgsql-3.5.8 \ +RUN dnf install -y postfix-3.5.9 postfix-ldap-3.5.9 postfix-mysql-3.5.9 postfix-pgsql-3.5.9 \ dovecot-2.3.16 dovecot-pigeonhole-2.3.16 opendkim-2.11.0 opendmarc-1.4.2 \ cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 pypolicyd-spf \ && dnf clean all \ diff --git a/dovecot/Makefile b/dovecot/Makefile index 4fc6ff2..5d826ec 100644 --- a/dovecot/Makefile +++ b/dovecot/Makefile @@ -1,4 +1,4 @@ -VERSION=2.3.16-1 +VERSION=2.3.16-2 IMAGE=dovecot REGISTRY=gitea.geekhome.org/ghp