Skip to content

Commit e62be2d

Browse files
committed
Debian/12 OpenDKIM/2.11.0
1 parent 535129d commit e62be2d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
FROM technicalguru/php:8.2.5-apache-2.4.56.0
1+
FROM technicalguru/php:8.2.14-apache-2.4.57.0
22
LABEL maintainer="Ralph Schuster <github@ralph-schuster.eu>"
33

44
ENV DKIM_VERSION="2.11.0"
55
ENV DKIM_REVISION="0"
6+
ENV DKIM_PACKAGE="2.11.0~beta2-8+deb12u1"
67
RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y --no-install-recommends \
78
wget \
8-
opendkim=2.11.0~beta2-4 \
9-
opendkim-tools=2.11.0~beta2-4 \
9+
opendkim=${DKIM_PACKAGE} \
10+
opendkim-tools=${DKIM_PACKAGE} \
1011
libopendbx1-mysql \
1112
default-mysql-client \
1213
vim \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Related images:
1313
# Tags
1414
The following versions are available from DockerHub. The image tag matches the Postfix version.
1515

16-
* [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)
16+
* [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)
1717

1818
# Features
1919
* Bootstrap from scratch: See more information below.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build -t technicalguru/mailserver-dkim:latest .
1+
docker build --progress=plain -t technicalguru/mailserver-dkim:latest .

0 commit comments

Comments
 (0)