Skip to content

Commit

Permalink
Debian/12 OpenDKIM/2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalguru committed Dec 28, 2023
1 parent 535129d commit e62be2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"

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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build -t technicalguru/mailserver-dkim:latest .
docker build --progress=plain -t technicalguru/mailserver-dkim:latest .

0 comments on commit e62be2d

Please sign in to comment.