From 3ff436787f58174a571126ea6ae42c6ddb5646b2 Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 26 Jul 2022 18:31:59 +0300 Subject: [PATCH] opendkim: version 2.11.0, build 1 --- opendkim/Dockerfile | 4 ++-- opendkim/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opendkim/Dockerfile b/opendkim/Dockerfile index 819de3f..b7993c2 100644 --- a/opendkim/Dockerfile +++ b/opendkim/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux/rockylinux:8 +FROM almalinux:8 RUN useradd -m -s /bin/false vmail @@ -7,7 +7,7 @@ RUN dnf install -y epel-release && dnf update -y \ && 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 \ - dovecot-2.3.8 dovecot-pigeonhole-2.3.8 opendkim-2.11.0 opendmarc-1.4.1.1 \ + dovecot-2.3.16 dovecot-pigeonhole-2.3.16 opendkim-2.11.0 opendmarc-1.4.1.1 \ cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 pypolicyd-spf \ && dnf clean all \ && rm -rf /var/cache/yum diff --git a/opendkim/Makefile b/opendkim/Makefile index e77b12a..b3fb721 100644 --- a/opendkim/Makefile +++ b/opendkim/Makefile @@ -1,4 +1,4 @@ -VERSION=2.11.0 +VERSION=2.11.0-1 IMAGE=opendkim REGISTRY=registry.0xace.cc/ghp