From e62be2d2a31b2a35426c82ce213c5a75b219723b Mon Sep 17 00:00:00 2001 From: ralph Date: Thu, 28 Dec 2023 08:39:45 +0000 Subject: [PATCH] Debian/12 OpenDKIM/2.11.0 --- Dockerfile | 7 ++++--- README.md | 2 +- build.sh | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 278b003..c864e50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,13 @@ -FROM technicalguru/php:8.2.5-apache-2.4.56.0 +FROM technicalguru/php:8.2.14-apache-2.4.57.0 LABEL maintainer="Ralph Schuster " ENV DKIM_VERSION="2.11.0" ENV DKIM_REVISION="0" +ENV DKIM_PACKAGE="2.11.0~beta2-8+deb12u1" RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y --no-install-recommends \ wget \ - opendkim=2.11.0~beta2-4 \ - opendkim-tools=2.11.0~beta2-4 \ + opendkim=${DKIM_PACKAGE} \ + opendkim-tools=${DKIM_PACKAGE} \ libopendbx1-mysql \ default-mysql-client \ vim \ diff --git a/README.md b/README.md index 20bc768..1e97dc5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Related images: # Tags The following versions are available from DockerHub. The image tag matches the Postfix version. -* [2.11.0.4, 2.11.0, 2.11, 2, latest](https://github.com/technicalguru/docker-mailserver-opendkim/tree/v2.11.0.4) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-opendkim/blob/2.11.0.4/Dockerfile) +* [2.11.0.5, 2.11.0, 2.11, 2, latest](https://github.com/technicalguru/docker-mailserver-opendkim/tree/v2.11.0.5) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-opendkim/blob/2.11.0.5/Dockerfile) # Features * Bootstrap from scratch: See more information below. diff --git a/build.sh b/build.sh index 6e4efa9..1b0ce90 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -docker build -t technicalguru/mailserver-dkim:latest . +docker build --progress=plain -t technicalguru/mailserver-dkim:latest .